From 0529015292f47fed66f28382fc4aee3472f3a36a Mon Sep 17 00:00:00 2001 From: Tirta Rachman Date: Wed, 18 Mar 2020 14:40:40 -0400 Subject: [PATCH] Fix broken link in developer docs --- developer_docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer_docs/README.md b/developer_docs/README.md index e4cf46d75e..d4245b04c5 100644 --- a/developer_docs/README.md +++ b/developer_docs/README.md @@ -1,7 +1,7 @@ This folder contains documents intended for developers of the p5.js Web Editor. ## List of Documents -* [Getting Started](getting_started.md) - A place to get started! +* [Contribution Guide](https://github.com/processing/p5.js-web-editor/blob/master/.github/CONTRIBUTING.md) - A place to get started! * [Installation](installation.md) - A guide for setting up your development environment * [Development](development.md) - A guide for adding code to the web editor * [Preparing a pull-request](preparing_a_pull_request.md) - Instructions for how to make a pull-request