From 813b57d04b5aa9d4920c23f9529626025f68287e Mon Sep 17 00:00:00 2001 From: Gabriel Sroka Date: Sun, 29 Dec 2019 15:16:58 -0800 Subject: [PATCH] Update README.md --- developer_docs/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/developer_docs/README.md b/developer_docs/README.md index cf72650c..3586d5cb 100644 --- a/developer_docs/README.md +++ b/developer_docs/README.md @@ -1,13 +1,13 @@ This folder contains documents intended for developers of the p5.js Web Editor. ## List of Documents -* [Installation](https://github.com/processing/p5.js-web-editor/blob/master/developer_docs/installation.md) - A guide for setting up your development environment -* [Development](https://github.com/processing/p5.js-web-editor/blob/master/developer_docs/development.md) - A guide for adding code to the web editor -* [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 -* [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 -* [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. +* [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 +* [Accessibility Guidelines](accessibility.md) - Guidelines for writing code to create an accessible application +* [Deployment](deployment.md) - A guide to production deployment, and all platforms that are being used. ## Documents to Create * Design Principles - reference [p5.js design principles](https://github.com/processing/p5.js/edit/master/developer_docs/design_principles.md) * Issue Labels - reference [p5.js issue labels](https://github.com/processing/p5.js/blob/master/developer_docs/issue_labels.md) -* File Structure - An explanation of the file structure of this application. \ No newline at end of file +* File Structure - An explanation of the file structure of this application.