Skip to content

Commit a47245b

Browse files
authored
Merge pull request #1323 from Phe0/developer-docs-small-fixes
Developer docs small fixes
2 parents 3b2af91 + 8d66877 commit a47245b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

developer_docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ This folder contains documents intended for developers of the p5.js Web Editor.
99
* [Deployment](deployment.md) - A guide to production deployment, and all platforms that are being used.
1010

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

developer_docs/preparing_a_pull_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Make sure you're tracking upstream p5.js repository.
1919

2020
If you see an error, you'll need to start tracking the main p5.js repo as an "upstream" remote repository. You'll only need to do this once! But, no harm is done if you run it a second time.
2121

22-
git remote add upstream https://github.com/processing/p5.js
22+
git remote add upstream https://github.com/processing/p5.js-web-editor
2323

2424
Then ask git about the latest changes.
2525

0 commit comments

Comments
 (0)