Skip to content

Commit d9810a6

Browse files
committed
minor #11946 Switched HTTP to HTTPS for some links (Arman-Hosseini)
This PR was squashed before being merged into the 3.4 branch (closes #11946). Discussion ---------- Switched HTTP to 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 ------- 553d725 Switched HTTP to HTTPS for some links
2 parents c22547f + 553d725 commit d9810a6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

components/lock.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,4 +537,4 @@ are still running.
537537

538538
.. _`locks`: https://en.wikipedia.org/wiki/Lock_(computer_science)
539539
.. _Packagist: https://packagist.org/packages/symfony/lock
540-
.. _`PHP semaphore functions`: http://php.net/manual/en/book.sem.php
540+
.. _`PHP semaphore functions`: https://php.net/manual/en/book.sem.php

components/process.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,4 +439,4 @@ absolute path of the executable PHP binary available on your server::
439439
.. _`pid`: https://en.wikipedia.org/wiki/Process_identifier
440440
.. _`PHP Documentation`: https://php.net/manual/en/pcntl.constants.php
441441
.. _Packagist: https://packagist.org/packages/symfony/process
442-
.. _`PHP streams`: http://www.php.net/manual/en/book.stream.php
442+
.. _`PHP streams`: https://www.php.net/manual/en/book.stream.php

components/property_info.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ service by defining it as a service with one or more of the following
487487
.. _Packagist: https://packagist.org/packages/symfony/property-info
488488
.. _`phpDocumentor Reflection`: https://github.com/phpDocumentor/ReflectionDocBlock
489489
.. _`phpdocumentor/reflection-docblock`: https://packagist.org/packages/phpdocumentor/reflection-docblock
490-
.. _`Doctrine ORM`: http://www.doctrine-project.org/projects/orm.html
490+
.. _`Doctrine ORM`: https://www.doctrine-project.org/projects/orm.html
491491
.. _`symfony/serializer`: https://packagist.org/packages/symfony/serializer
492492
.. _`symfony/doctrine-bridge`: https://packagist.org/packages/symfony/doctrine-bridge
493493
.. _`doctrine/orm`: https://packagist.org/packages/doctrine/orm

web_link.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,4 +178,4 @@ You can also add links to the HTTP response directly from controllers and servic
178178
.. _`Akamai`: https://blogs.akamai.com/2017/03/http2-server-push-the-what-how-and-why.html
179179
.. _`this great article`: https://www.shimmercat.com/en/blog/articles/whats-push/
180180
.. _`link defined in the HTML specification`: https://html.spec.whatwg.org/dev/links.html#linkTypes
181-
.. _`PSR-13`: http://www.php-fig.org/psr/psr-13/
181+
.. _`PSR-13`: https://www.php-fig.org/psr/psr-13/

0 commit comments

Comments
 (0)