Skip to content

Commit ef9f8a1

Browse files
committed
🐛 Fixed dead links to reStructuredText
1 parent 26b54b4 commit ef9f8a1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

contributing/documentation/format.rst

Lines changed: 2 additions & 2 deletions
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

Lines changed: 2 additions & 2 deletions
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)