Skip to content

Commit 035d32b

Browse files
committed
minor #11926 Use HTTPS for some links (Arman-Hosseini)
This PR was submitted for the master branch but it was squashed and merged into the 3.4 branch instead (closes #11926). Discussion ---------- Use HTTPS for some links <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 34c4ec3 Use HTTPS for some links
2 parents 3fbfc21 + 34c4ec3 commit 035d32b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

contributing/documentation/format.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -211,9 +211,9 @@ Symfony 4.0 were released today, 3.0 to 3.4 ``versionadded`` and ``deprecated``
211211
tags would be removed from the new ``4.0`` branch.
212212

213213
.. _reStructuredText: http://docutils.sourceforge.net/rst.html
214-
.. _Sphinx: http://sphinx-doc.org/
214+
.. _Sphinx: https://www.sphinx-doc.org/
215215
.. _`Symfony documentation`: https://github.com/symfony/symfony-docs
216-
.. _`reStructuredText Primer`: http://sphinx-doc.org/rest.html
216+
.. _`reStructuredText Primer`: https://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html
217217
.. _`reStructuredText Reference`: http://docutils.sourceforge.net/docs/user/rst/quickref.html
218-
.. _`Sphinx Markup Constructs`: http://sphinx-doc.org/markup/
218+
.. _`Sphinx Markup Constructs`: https://www.sphinx-doc.org/en/1.7/markup/index.html
219219
.. _`supported languages`: http://pygments.org/languages/

reference/configuration/doctrine.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ which is the first one defined or the one configured via the
157157
Each connection is also accessible via the ``doctrine.dbal.[name]_connection``
158158
service where ``[name]`` is the name of the connection.
159159

160-
.. _DBAL documentation: http://docs.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html
160+
.. _DBAL documentation: https://docs.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html
161161

162162
Doctrine ORM Configuration
163163
--------------------------
@@ -447,4 +447,4 @@ If the ``dir`` configuration is set and the ``is_bundle`` configuration
447447
is ``true``, the DoctrineBundle will prefix the ``dir`` configuration with
448448
the path of the bundle.
449449

450-
.. _`DQL User Defined Functions`: http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/cookbook/dql-user-defined-functions.html
450+
.. _`DQL User Defined Functions`: https://docs.doctrine-project.org/projects/doctrine-orm/en/latest/cookbook/dql-user-defined-functions.html

0 commit comments

Comments
 (0)