summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.com>2012-08-14 03:53:20 -0700
committerKenneth Reitz <me@kennethreitz.com>2012-08-14 03:53:20 -0700
commitdcbc028f2af02cb1a9c54faedf0defca9841c048 (patch)
treea0d9ff534c39943d91c0d8cf0f0cccc8a0275b1d
parent59e4b5f0ded7733ac36d3be81e859c324e4df781 (diff)
parent4d74b697df3c54bce315e1d404b3f7ad4123be99 (diff)
downloadoauthlib-dcbc028f2af02cb1a9c54faedf0defca9841c048.tar.gz
Merge pull request #51 from tikitu/master
Fixed Idan's github name in 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