summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--EXAMPLES2
-rw-r--r--doc/_templates/indexsidebar.html4
-rw-r--r--sphinx/cmdline.py2
3 files changed, 4 insertions, 4 deletions
diff --git a/EXAMPLES b/EXAMPLES
index bb5712d4..9b4af650 100644
--- a/EXAMPLES
+++ b/EXAMPLES
@@ -4,7 +4,7 @@ Projects using Sphinx
This is an (incomplete) alphabetic list of projects that use Sphinx or
are experimenting with using it for their documentation. If you like to
be included, please mail to `the Google group
-<http://groups.google.com/group/sphinx-dev>`_.
+<http://groups.google.com/group/sphinx-users>`_.
I've grouped the list into sections to make it easier to find
interesting examples.
diff --git a/doc/_templates/indexsidebar.html b/doc/_templates/indexsidebar.html
index feafd904..a8129f01 100644
--- a/doc/_templates/indexsidebar.html
+++ b/doc/_templates/indexsidebar.html
@@ -20,8 +20,8 @@ are also available.</p>
<h3>Questions? Suggestions?</h3>
-<p>Join the <a href="http://groups.google.com/group/sphinx-dev">Google group</a>:</p>
-<form action="http://groups.google.com/group/sphinx-dev/boxsubscribe"
+<p>Join the <a href="http://groups.google.com/group/sphinx-users">Google group</a>:</p>
+<form action="http://groups.google.com/group/sphinx-users/boxsubscribe"
style="padding-left: 1em">
<input type="text" name="email" value="your@email"/>
<input type="submit" name="sub" value="Subscribe" />
diff --git a/sphinx/cmdline.py b/sphinx/cmdline.py
index 9fc21371..eff89b94 100644
--- a/sphinx/cmdline.py
+++ b/sphinx/cmdline.py
@@ -223,7 +223,7 @@ def main(argv):
'can be provided next time.')
print >>error, (
'Either send bugs to the mailing list at '
- '<http://groups.google.com/group/sphinx-dev/>,\n'
+ '<http://groups.google.com/group/sphinx-users/>,\n'
'or report them in the tracker at '
'<http://bitbucket.org/birkenfeld/sphinx/issues/>. Thanks!')
return 1