Skip to content

Commit 7644858

Browse files
committed
DOC: Update links to Sphinx
1 parent d41321f commit 7644858

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Documentation/Contribute/WriteANewExample.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,10 +199,10 @@ Note that the breathelink directive is a custom one which makes use of:
199199
.. _external hyperlink target: http://docutils.sourceforge.net/docs/user/rst/quickref.html#external-hyperlink-targets
200200
.. _doxygenclass directive: https://breathe.readthedocs.io/en/latest/class.html
201201
.. _figure directive: http://docutils.sourceforge.net/docs/ref/rst/directives.html#figure
202-
.. _literalinclude directive: http://sphinx.pocoo.org/markup/code.html?highlight=literalinclude#directive-literalinclude
202+
.. _literalinclude directive: https://sphinx-doc.org/markup/code.html?highlight=literalinclude#directive-literalinclude
203203
.. _literal block: http://docutils.sourceforge.net/docs/user/rst/quickref.html#literal-blocks
204204
.. _Pygments: http://pygments.org/
205-
.. _Sphinx index directive: http://sphinx.pocoo.org/markup/misc.html#directive-index
205+
.. _Sphinx index directive: https://sphinx-doc.org/markup/misc.html#directive-index
206206
.. _reStructuredText: http://docutils.sourceforge.net/rst.html
207207
.. _doxylink: https://pythonhosted.org/sphinxcontrib-doxylink/
208208
.. _VTK: https://vtk.org

Documentation/Contribute/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ facets are important to the success of the project.
2929
.. _ITK Examples repository: https://github.com/InsightSoftwareConsortium/ITKExamples
3030
.. _Git: https://git-scm.com/
3131
.. _reStructuredText: http://docutils.sourceforge.net/rst.html
32-
.. _Sphinx: http://sphinx.pocoo.org/
32+
.. _Sphinx: https://sphinx-doc.org/
3333
.. _Quick reStructuredText: http://docutils.sourceforge.net/docs/user/rst/quickref.html
3434
.. _Dashboard: https://open.cdash.org/index.php?project=Insight&filtercount=1&showfilters=1&field1=groupname/string&compare1=63&value1=Examples

Formatting/templates/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<br />
3434
Last updated on {{ last_updated|e }}.
3535
<br />
36-
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> {{
36+
Created using <a href="https://sphinx-doc.org/">Sphinx</a> {{
3737
sphinx_version|e }},
3838
and <a href="https://cmake.org/">CMake</a>.
3939
</div>

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Run the bash script ``SetupForDevelopment.sh``::
8484
.. _CMake: https://cmake.org/
8585
.. _Git: https://git-scm.com/
8686
.. _ITK: https://itk.org/
87-
.. _Sphinx: http://sphinx.pocoo.org/
87+
.. _Sphinx: https://sphinx-doc.org/
8888
.. _Github Issues: https://github.com/InsightSoftwareConsortium/ITKExamples/issues
8989
.. _Python: https://python.org/
9090
.. _gnuplot: https://www.gnuplot.info/

0 commit comments

Comments
 (0)