From 8d66877e359208edd808477916f7fc93eba653a9 Mon Sep 17 00:00:00 2001 From: phe0 Date: Sat, 14 Mar 2020 18:05:18 -0300 Subject: [PATCH] fix remote upstream link --- developer_docs/preparing_a_pull_request.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer_docs/preparing_a_pull_request.md b/developer_docs/preparing_a_pull_request.md index c420e437..050deebd 100644 --- a/developer_docs/preparing_a_pull_request.md +++ b/developer_docs/preparing_a_pull_request.md @@ -19,7 +19,7 @@ Make sure you're tracking upstream p5.js repository. 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. - git remote add upstream https://github.com/processing/p5.js + git remote add upstream https://github.com/processing/p5.js-web-editor Then ask git about the latest changes.