Fix broken link in developer docs (#1335)
This commit is contained in:
parent
8bf9c1089a
commit
866d67d119
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
This folder contains documents intended for developers of the p5.js Web Editor.
|
This folder contains documents intended for developers of the p5.js Web Editor.
|
||||||
|
|
||||||
## List of Documents
|
## 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
|
* [Installation](installation.md) - A guide for setting up your development environment
|
||||||
* [Development](development.md) - A guide for adding code to the web editor
|
* [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
|
* [Preparing a pull-request](preparing_a_pull_request.md) - Instructions for how to make a pull-request
|
||||||
|
|
Loading…
Reference in a new issue