Skip to content

Commit 259f8ac

Browse files
authored
Fix broken link in format.rst (#628)
1 parent 139a344 commit 259f8ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/format.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -769,9 +769,9 @@ leads to the following style recommendations:
769769
enclosed within ````double backticks````.
770770

771771
A more extensive example of reST markup can be found in `this example
772-
document <http://docutils.sourceforge.net/docs/user/rst/demo.txt>`_;
772+
document <https://docutils.sourceforge.net/docs/user/rst/demo.rst>`_;
773773
the `quick reference
774-
<http://docutils.sourceforge.net/docs/user/rst/quickref.html>`_ is
774+
<https://docutils.sourceforge.net/docs/user/rst/quickref.html>`_ is
775775
useful while editing.
776776

777777
Line spacing and indentation are significant and should be carefully

0 commit comments

Comments
 (0)