Skip to content

Commit bdc07ac

Browse files
committed
src/doc/en/developer/sage_manuals.rst: change hyperlink
1 parent dabdf89 commit bdc07ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/en/developer/sage_manuals.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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://www.sphinx-doc.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

0 commit comments

Comments
 (0)