diff options
author | Georg Brandl <georg@python.org> | 2014-01-22 18:13:49 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-01-22 18:13:49 +0100 |
commit | 1eb23c62ceff142a3e517904e1b795cf22a57196 (patch) | |
tree | b0b6fc2d8bc99bb63e544f843cc9763a9798ed4f /sphinx/cmdline.py | |
parent | cf25b060e7357ddf850503feae11ddb27b87d769 (diff) | |
parent | 216c664187b19e0244f1a8f57a28bb9e91a49364 (diff) | |
download | sphinx-git-1eb23c62ceff142a3e517904e1b795cf22a57196.tar.gz |
merge with stable
Diffstat (limited to 'sphinx/cmdline.py')
-rw-r--r-- | sphinx/cmdline.py | 6 |
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 |