Skip to content

Commit c190ee9

Browse files
authored
Merge pull request #1229 from gabrielsroka/patch-1
Update README.md
2 parents f4995b0 + 813b57d commit c190ee9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

developer_docs/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
This folder contains documents intended for developers of the p5.js Web Editor.
22

33
## List of Documents
4-
* [Installation](https://github.com/processing/p5.js-web-editor/blob/master/developer_docs/installation.md) - A guide for setting up your development environment
5-
* [Development](https://github.com/processing/p5.js-web-editor/blob/master/developer_docs/development.md) - A guide for adding code to the web editor
6-
* [Preparing a pull-request](https://github.com/processing/p5.js/blob/master/developer_docs/preparing_a_pull_request.md) - Instructions for how to make a pull-request
7-
* [Accessibility Guidelines](https://github.com/processing/p5.js-web-editor/blob/master/developer_docs/accessibility.md) - Guidelines for writing code to create an accessible application
8-
* [Deployment](https://github.com/processing/p5.js-web-editor/blob/master/developer_docs/deployment.md) - A guide to production deployment, and all platforms that are being used.
4+
* [Installation](installation.md) - A guide for setting up your development environment
5+
* [Development](development.md) - A guide for adding code to the web editor
6+
* [Preparing a pull-request](preparing_a_pull_request.md) - Instructions for how to make a pull-request
7+
* [Accessibility Guidelines](accessibility.md) - Guidelines for writing code to create an accessible application
8+
* [Deployment](deployment.md) - A guide to production deployment, and all platforms that are being used.
99

1010
## Documents to Create
1111
* Design Principles - reference [p5.js design principles](https://github.com/processing/p5.js/edit/master/developer_docs/design_principles.md)
1212
* Issue Labels - reference [p5.js issue labels](https://github.com/processing/p5.js/blob/master/developer_docs/issue_labels.md)
13-
* File Structure - An explanation of the file structure of this application.
13+
* File Structure - An explanation of the file structure of this application.

0 commit comments

Comments
 (0)