We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b0e31f commit 5001dd6Copy full SHA for 5001dd6
CONTRIBUTING.md
@@ -41,7 +41,7 @@ master, set an upstream and pull from it. For this to work, you should make sure
41
you're always committing to a branch, not master.
42
43
```
44
-git remote add upstream https://github.com/emberjs/guides.git
+git remote add upstream https://github.com/ember-learn/guides-source.git
45
git checkout master
46
git pull upstream master
47
0 commit comments