diff --git a/source/_templates/layout.html b/source/_templates/layout.html
index 0426779..19a9650 100644
--- a/source/_templates/layout.html
+++ b/source/_templates/layout.html
@@ -77,7 +77,7 @@
{{ _('Search the book') }}
{% trans last_updated=last_updated|e %}Last updated on {{ last_updated }}.{% endtrans %}
{%- endif %}
{%- if show_sphinx %}
- {% trans sphinx_version=sphinx_version|e %}Created using Sphinx {{ sphinx_version }}.{% endtrans %}
+ {% trans sphinx_version=sphinx_version|e %}Created using Sphinx {{ sphinx_version }}.{% endtrans %}
{%- endif %}
diff --git a/source/_templates/sphinxcustom.cls b/source/_templates/sphinxcustom.cls
index e99e3f2..07f68c1 100644
--- a/source/_templates/sphinxcustom.cls
+++ b/source/_templates/sphinxcustom.cls
@@ -1,5 +1,5 @@
%
-% sphinxmanual.cls for Sphinx (http://sphinx.pocoo.org/)
+% sphinxmanual.cls for Sphinx (https://www.sphinx-doc.org/)
%
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
diff --git a/source/about.rst b/source/about.rst
index 188e31c..68c5a6c 100644
--- a/source/about.rst
+++ b/source/about.rst
@@ -65,7 +65,7 @@ I have tried to avoid using the word "porting" in the text as a part of this.
.. rubric:: Footnotes
.. [#rest] `http://docutils.sourceforge.net/rst.html `_
-.. [#sphinx] `http://sphinx.pocoo.org/ `_
+.. [#sphinx] `https://www.sphinx-doc.org/ `_
.. [#latex] `http://www.latex-project.org/ `_
.. [#createspace] `https://www.createspace.com/ `_
.. [#GitHub] `https://github.com/regebro/supporting-python-3 `_