summaryrefslogtreecommitdiff
path: root/sphinx/themes
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2012-11-04 11:28:12 +0100
committerGeorg Brandl <georg@python.org>2012-11-04 11:28:12 +0100
commitb57baac9cec4bb60040c995f4dcfa7bc1cdef891 (patch)
treee242ef44a85b7474c7ac1db4da0dd304e7b326bb /sphinx/themes
parent0bb075f132467db3b6a0bddf73b8b8751741cc59 (diff)
downloadsphinx-b57baac9cec4bb60040c995f4dcfa7bc1cdef891.tar.gz
Update Sphinx URL to new sphinx-doc.org domain.
Diffstat (limited to 'sphinx/themes')
-rw-r--r--sphinx/themes/basic/layout.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/themes/basic/layout.html b/sphinx/themes/basic/layout.html
index 9fb989cb..612dc38f 100644
--- a/sphinx/themes/basic/layout.html
+++ b/sphinx/themes/basic/layout.html
@@ -195,7 +195,7 @@
{% trans last_updated=last_updated|e %}Last updated on {{ last_updated }}.{% endtrans %}
{%- endif %}
{%- if show_sphinx %}
- {% trans sphinx_version=sphinx_version|e %}Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> {{ sphinx_version }}.{% endtrans %}
+ {% trans sphinx_version=sphinx_version|e %}Created using <a href="http://sphinx-doc.org/">Sphinx</a> {{ sphinx_version }}.{% endtrans %}
{%- endif %}
</div>
{%- endblock %}