summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2012-11-04 11:28:12 +0100
committerGeorg Brandl <georg@python.org>2012-11-04 11:28:12 +0100
commit4763419db1f964a2aa1dbf9ce214fde12710b08e (patch)
treee242ef44a85b7474c7ac1db4da0dd304e7b326bb /setup.py
parentf9b1f7d2f2eeb9db4de03084ce315233e5863d78 (diff)
downloadsphinx-git-4763419db1f964a2aa1dbf9ce214fde12710b08e.tar.gz
Update Sphinx URL to new sphinx-doc.org domain.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index cefb3b899..060e33a23 100644
--- a/setup.py
+++ b/setup.py
@@ -150,7 +150,7 @@ else:
setup(
name='Sphinx',
version=sphinx.__version__,
- url='http://sphinx.pocoo.org/',
+ url='http://sphinx-doc.org/',
download_url='http://pypi.python.org/pypi/Sphinx',
license='BSD',
author='Georg Brandl',