summaryrefslogtreecommitdiff
path: root/docs/contributing.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/contributing.rst')
-rw-r--r--docs/contributing.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/contributing.rst b/docs/contributing.rst
index fe37110..f63d3ba 100644
--- a/docs/contributing.rst
+++ b/docs/contributing.rst
@@ -75,7 +75,7 @@ It is critical that you pull upstream changes from master into your fork on a re
To pull in upstream changes::
- git remote add upstream https://github.com/idangazit/oauthlib.git
+ git remote add upstream https://github.com/idan/oauthlib.git
git fetch upstream
Check the log to be sure that you actually want the changes, before merging::
@@ -161,5 +161,5 @@ We finish with a non-fastforward merge (to preserve the branch history) and push
git push upstream master
.. _installation: install.html
-.. _GitHub project: https://github.com/idangazit/oauthlib
-.. _issue tracker: https://github.com/idangazit/oauthlib/issues
+.. _GitHub project: https://github.com/idan/oauthlib
+.. _issue tracker: https://github.com/idan/oauthlib/issues