Fix broken link in developer docs (#1335)

This commit is contained in:
Tirta Wening Rachman 2020-03-27 05:40:03 -04:00 committed by GitHub
parent 8bf9c1089a
commit 866d67d119
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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