summaryrefslogtreecommitdiff
path: root/sphinx/cmdline.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-01-22 18:13:49 +0100
committerGeorg Brandl <georg@python.org>2014-01-22 18:13:49 +0100
commit1eb23c62ceff142a3e517904e1b795cf22a57196 (patch)
treeb0b6fc2d8bc99bb63e544f843cc9763a9798ed4f /sphinx/cmdline.py
parentcf25b060e7357ddf850503feae11ddb27b87d769 (diff)
parent216c664187b19e0244f1a8f57a28bb9e91a49364 (diff)
downloadsphinx-git-1eb23c62ceff142a3e517904e1b795cf22a57196.tar.gz
merge with stable
Diffstat (limited to 'sphinx/cmdline.py')
-rw-r--r--sphinx/cmdline.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/sphinx/cmdline.py b/sphinx/cmdline.py
index a1c27c79c..3af5863f7 100644
--- a/sphinx/cmdline.py
+++ b/sphinx/cmdline.py
@@ -289,9 +289,7 @@ def main(argv):
print('Please also report this if it was a user error, so '
'that a better error message can be provided next time.',
file=error)
- print('Either send bugs to the mailing list at '
- '<http://groups.google.com/group/sphinx-users/>,\n'
- 'or report them in the tracker at '
- '<http://bitbucket.org/birkenfeld/sphinx/issues/>. Thanks!',
+ print('A bug report can be filed in the tracker at '
+ '<https://bitbucket.org/birkenfeld/sphinx/issues/>. Thanks!',
file=error)
return 1