summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZach Smith <zd@zdsmith.com>2015-12-28 12:27:01 -0500
committerZach Smith <zd@zdsmith.com>2015-12-28 12:27:01 -0500
commit77a012aa8d197d2955ee5d18560e3fb991afc73d (patch)
treeaf1e7ded38ef0d4ce799e926d453e2f4b26c7d1a
parent12f44743da6e969fe9350b616aaf5441fbc6a16e (diff)
downloadpycco-77a012aa8d197d2955ee5d18560e3fb991afc73d.tar.gz
Update docs
-rw-r--r--index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index ece4d23..679b667 100644
--- a/index.html
+++ b/index.html
@@ -30,13 +30,13 @@ This page is the result of running Pycco against its own source file.</p>
</code></pre>
<p>This will generate linked HTML documentation for the named source files,
saving it into a <code>docs</code> folder by default.</p>
-<p>The <a href="https://github.com/fitzgen/pycco">source for Pycco</a> is available on GitHub,
+<p>The <a href="https://github.com/pycco-docs/pycco">source for Pycco</a> is available on GitHub,
and released under the MIT license.</p>
<p>To install Pycco, simply</p>
<pre><code>pip install pycco
</code></pre>
<p>Or, to install the latest source</p>
-<pre><code>git clone git://github.com/fitzgen/pycco.git
+<pre><code>git clone git://github.com/pycco-docs/pycco.git
cd pycco
python setup.py install
</code></pre>