Skip to content

Commit 3670306

Browse files
author
Release Manager
committed
Trac #34740: dead hyperlinks in developer manual
The following section of the developer manual: https://doc.sagemath.org/html/en/developer/sage_manuals.html contains multiple reference to a dead link: http://sphinx.pocoo.org URL: https://trac.sagemath.org/34740 Reported by: gh-DavidAyotte Ticket author(s): David Ayotte Reviewer(s): Kwankyu Lee
2 parents 9666ae7 + bdc07ac commit 3670306

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

build/pkgs/configure/checksums.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
tarball=configure-VERSION.tar.gz
2-
sha1=013bfce4d1d0d0d68553c4025647445b7036f4db
3-
md5=a429cd9c90d6bd90f7b2254b7fed8669
4-
cksum=1487098037
2+
sha1=e0181bbac24005f264d3b3c5458ff93e75ea0f41
3+
md5=2f6a6be6f7607c6483cf8dd1fc94da7a
4+
cksum=2354327490
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
03f68f4aa9602d246824f764e2ea328fa52577c7
1+
2cb4c13e573102053b045da783a4799f9a14717c

src/doc/en/developer/sage_manuals.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The Sage Manuals
88

99
Sage's manuals are written in `ReST <http://docutils.sourceforge.net/rst.html>`_
1010
(reStructuredText), and generated with the software `Sphinx
11-
<http://sphinx.pocoo.org>`_:
11+
<https://www.sphinx-doc.org/>`_:
1212

1313
.. LIST-TABLE::
1414
:widths: 4 12
@@ -84,7 +84,7 @@ The documentation can contain links toward modules, classes, or methods, e.g.::
8484

8585
For links toward classes, methods, or function, replace **:mod:** by
8686
**:class:**, **:meth:** or **:func:** respectively. See `Sphinx' documentation
87-
<http://sphinx.pocoo.org/markup/inline.html>`_.
87+
<https://www.sphinx-doc.org/en/master/usage/restructuredtext/roles.html>`_.
8888

8989
**Short links:** the link ``:func:`~sage.mod1.mod2.mod3.func1``` is equivalent
9090
to ``:func:`func1 <sage.mod1.mod2.mod3.func1>```: the function's name will be
@@ -195,7 +195,7 @@ Two **help** commands which give plenty of documentation for the ``sage
195195
sage --docbuild -H # a more comprehensive one
196196

197197
**Output formats:** All output formats supported by Sphinx (e.g. pdf) can be
198-
used in Sage. See `<http://sphinx.pocoo.org/builders.html>`_.
198+
used in Sage. See `<http://www.sphinx-doc.org/builders.html>`_.
199199

200200
**Broken links:** in order to build the documentation while reporting the broken
201201
links that it contains, use the ``--warn-links`` flag. Note that Sphinx will not

0 commit comments

Comments
 (0)