Skip to content

Commit 92f534a

Browse files
committed
minor symfony#13314 Fixed broken links to reStructuredText (skmedix)
This PR was merged into the 3.4 branch. Discussion ---------- Fixed broken links to reStructuredText On the newer version, one link is actually fixed symfony@7f8c72a#diff-d40e5371f96a5c08e4a8e82bd687f2c5R214 but the first one stays broken. I also added https to `sphinx-doc.org/` to keep consistency with `format.rst` Commits ------- ef9f8a1 🐛 Fixed dead links to reStructuredText
2 parents 8c0ce5c + ef9f8a1 commit 92f534a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

contributing/documentation/format.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -208,10 +208,10 @@ versions that have a lower major version will be removed. For example, if
208208
Symfony 4.0 were released today, 3.0 to 3.4 ``versionadded`` and ``deprecated``
209209
tags would be removed from the new ``4.0`` branch.
210210

211-
.. _reStructuredText: http://docutils.sourceforge.net/rst.html
211+
.. _reStructuredText: https://docutils.sourceforge.io/rst.html
212212
.. _Sphinx: https://www.sphinx-doc.org/
213213
.. _`Symfony documentation`: https://github.com/symfony/symfony-docs
214214
.. _`reStructuredText Primer`: https://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html
215-
.. _`reStructuredText Reference`: http://docutils.sourceforge.net/docs/user/rst/quickref.html
215+
.. _`reStructuredText Reference`: https://docutils.sourceforge.io/docs/user/rst/quickref.html
216216
.. _`Sphinx Markup Constructs`: https://www.sphinx-doc.org/en/1.7/markup/index.html
217217
.. _`supported languages`: http://pygments.org/languages/

contributing/documentation/overview.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ your proposal after you put all that hard work into making the changes. We
333333
definitely don't want you to waste your time!
334334

335335
.. _`github.com/symfony/symfony-docs`: https://github.com/symfony/symfony-docs
336-
.. _`reStructuredText`: http://docutils.sourceforge.net/rst.html
336+
.. _`reStructuredText`: https://docutils.sourceforge.io/rst.html
337337
.. _`GitHub`: https://github.com/
338338
.. _`fork the repository`: https://help.github.com/articles/fork-a-repo
339339
.. _`Symfony Documentation Contributors`: https://symfony.com/contributors/doc
@@ -343,5 +343,5 @@ definitely don't want you to waste your time!
343343
.. _`roadmap`: https://symfony.com/roadmap
344344
.. _`pip`: https://pip.pypa.io/en/stable/
345345
.. _`pip installation`: https://pip.pypa.io/en/stable/installing/
346-
.. _`Sphinx`: http://sphinx-doc.org/
346+
.. _`Sphinx`: https://www.sphinx-doc.org/
347347
.. _`Sphinx Extensions for PHP and Symfony`: https://github.com/fabpot/sphinx-php

0 commit comments

Comments
 (0)