summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2017-09-07 16:11:39 +0800
committerGiampaolo Rodola <g.rodola@gmail.com>2017-09-07 16:11:39 +0800
commit6b7f8fbad032e88b96e700e0e27b214a1e7a0b95 (patch)
tree4ad393dda8aa1caeb3c2abe86e24d8239a7ffbc7 /scripts
parent274d6f63dbab0603d4cc714fa0ea4e5f7f5de883 (diff)
downloadpsutil-6b7f8fbad032e88b96e700e0e27b214a1e7a0b95.tar.gz
update doc url
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/internal/print_announce.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/internal/print_announce.py b/scripts/internal/print_announce.py
index e47911c2..9d2cbb62 100755
--- a/scripts/internal/print_announce.py
+++ b/scripts/internal/print_announce.py
@@ -19,7 +19,7 @@ HISTORY = os.path.abspath(os.path.join(HERE, '../../HISTORY.rst'))
PRJ_NAME = 'psutil'
PRJ_URL_HOME = 'https://github.com/giampaolo/psutil'
-PRJ_URL_DOC = 'http://pythonhosted.org/psutil'
+PRJ_URL_DOC = 'http://psutil.readthedocs.io'
PRJ_URL_DOWNLOAD = 'https://pypi.python.org/pypi/psutil'
PRJ_URL_WHATSNEW = \
'https://github.com/giampaolo/psutil/blob/master/HISTORY.rst'