Skip to content

Commit 8d66877

Browse files
committed
fix remote upstream link
1 parent 9a0397d commit 8d66877

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)