Skip to content

Commit

Permalink
Reflect new Github canonical repository path
Browse files Browse the repository at this point in the history
  • Loading branch information
bitprophet committed Jul 8, 2011
1 parent 9c4d00a commit 8f8e930
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/development.rst
Expand Up @@ -7,7 +7,7 @@ The Fabric development team is headed by `Jeff Forcier
developers pitch in by submitting patches and ideas, via individual emails,
`Redmine <http://code.fabfile.org>`_, the `mailing list
<http://lists.nongnu.org/mailman/listinfo/fab-user>`_ and `GitHub
<http://github.com/bitprophet/fabric>`_.
<http://github.com/fabric/fabric>`_.

Get the code
============
Expand Down
6 changes: 3 additions & 3 deletions docs/installation.rst
Expand Up @@ -152,7 +152,7 @@ either of the following locations:
the middle of the front page. Please note that due to how cgit generates tag
archives, the md5 sums will change over time, so use of this location for
package downloads is not recommended.
* `Our GitHub mirror <http://github.com/bitprophet/fabric>`_ also has downloads
* `Our GitHub mirror <http://github.com/fabric/fabric>`_ also has downloads
of all tagged releases -- just click the 'Download' button near the top of
the main page.
* `Fabric's PyPI page <http://pypi.python.org/pypi/Fabric>`_ offers manual
Expand All @@ -173,9 +173,9 @@ downloading official releases, you have the following options:
that a Web view of this repository can be found at `git.fabfile.org
<http://git.fabfile.org>`_)
* Clone the official Github mirror/collaboration repository,
``git://github.com/bitprophet/fabric.git``
``git://github.com/fabric/fabric.git``
* Make your own fork of the Github repository by making a Github account,
visiting `GitHub/bitprophet/fabric <http://github.com/bitprophet/fabric>`_
visiting `GitHub/fabric/fabric <http://github.com/fabric/fabric>`_
and clicking the "fork" button.

.. note::
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -15,7 +15,7 @@
<http://docs.fabfile.org/en/%s/changelog.html>`_.
You can also install the `in-development version
<https://github.com/bitprophet/fabric/tarball/master#egg=fabric-dev>`_ using
<https://github.com/fabric/fabric/tarball/master#egg=fabric-dev>`_ using
pip, with `pip install fabric==dev`.
----
Expand Down

0 comments on commit 8f8e930

Please sign in to comment.