summaryrefslogtreecommitdiffstats
path: root/DEVELOP.rst
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith.r@gmail.com>2015-04-18 22:54:58 -0700
committerAmjith Ramanujam <amjith.r@gmail.com>2015-04-18 22:54:58 -0700
commit508b2eefbe33f00aa0c4553e5d28dfca0f3cec0d (patch)
tree72d900933db059f6cbf108d2aa4d70f91c24b514 /DEVELOP.rst
parent09abde0ce69538dc5068d017ad683e9be1380527 (diff)
Update repo references.
Diffstat (limited to 'DEVELOP.rst')
-rw-r--r--DEVELOP.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/DEVELOP.rst b/DEVELOP.rst
index 80989526..2daf4cb5 100644
--- a/DEVELOP.rst
+++ b/DEVELOP.rst
@@ -6,7 +6,7 @@ GitHub Workflow
------------
If you're interested in contributing to pgcli, first of all my heart felt
-thanks. `Fork the project <https://github.com/amjith/pgcli>`_ in github. Then
+thanks. `Fork the project <https://github.com/dbcli/pgcli>`_ in github. Then
clone your fork into your computer (``git clone <url-for-your-fork>``). Make
the changes and create the commits in your local machine. Then push those
changes to your fork. Then click on the pull request icon on github and create
@@ -20,7 +20,7 @@ repo.
::
- $ git remote add upstream git@github.com:amjith/pgcli.git
+ $ git remote add upstream git@github.com:dbcli/pgcli.git
Once the 'upstream' end point is added you can then periodically do a ``git
pull upstream master`` to update your local copy and then do a ``git push