diff options
| author | Georg Brandl <georg@python.org> | 2014-01-21 10:39:07 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2014-01-21 10:39:07 +0100 |
| commit | d6abfdcf53826d6f656240b45ee9c748f02e582d (patch) | |
| tree | 2b9924e885069409876cf757d6f937653166e878 /sphinx/cmdline.py | |
| parent | f9c177cd71d97628ce7951059466147c483cbab7 (diff) | |
| download | sphinx-d6abfdcf53826d6f656240b45ee9c748f02e582d.tar.gz | |
dont suggest reporting issues to user list anymore
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 99001a28..e2c947c7 100644 --- a/sphinx/cmdline.py +++ b/sphinx/cmdline.py @@ -291,8 +291,6 @@ def main(argv): 'error, so that a better error message ' 'can be provided next time.') print >>error, ( - '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!') + 'A bug report can be filed in the tracker at ' + '<https://bitbucket.org/birkenfeld/sphinx/issues/>. Thanks!') return 1 |
