summaryrefslogtreecommitdiff
path: root/pycco/main.py
diff options
context:
space:
mode:
authorZach Smith <zd@zdsmith.com>2015-12-28 12:26:30 -0500
committerZach Smith <zd@zdsmith.com>2015-12-28 12:26:30 -0500
commit6502a836493c2dc19fcd1521225ba4c794f7d82c (patch)
treee8489102f7ec8329431a214eb6d4b503e5a2067a /pycco/main.py
parent326457dda6da647565806f6363d9fcf17b52fe64 (diff)
downloadpycco-6502a836493c2dc19fcd1521225ba4c794f7d82c.tar.gz
Change references to new home at pycco-docs
Diffstat (limited to 'pycco/main.py')
-rw-r--r--pycco/main.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pycco/main.py b/pycco/main.py
index 22f889a..aaca009 100644
--- a/pycco/main.py
+++ b/pycco/main.py
@@ -18,7 +18,7 @@ If you install Pycco, you can run it from the command-line:
This will generate linked HTML documentation for the named source files,
saving it into a `docs` folder by default.
-The [source for Pycco](https://github.com/fitzgen/pycco) is available on GitHub,
+The [source for Pycco](https://github.com/pycco-docs/pycco) is available on GitHub,
and released under the MIT license.
To install Pycco, simply
@@ -27,7 +27,7 @@ To install Pycco, simply
Or, to install the latest source
- git clone git://github.com/fitzgen/pycco.git
+ git clone git://github.com/pycco-docs/pycco.git
cd pycco
python setup.py install
"""