From 553d72588f41c6c6ba8aa03e9d81b5cfb4b59b85 Mon Sep 17 00:00:00 2001 From: Arman Hosseini <44655055+Arman-Hosseini@users.noreply.github.com> Date: Thu, 11 Jul 2019 01:05:19 +0430 Subject: [PATCH] Switched HTTP to HTTPS for some links --- components/lock.rst | 2 +- components/process.rst | 2 +- components/property_info.rst | 2 +- web_link.rst | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/components/lock.rst b/components/lock.rst index 76bc1a8802d..1405b7b7275 100644 --- a/components/lock.rst +++ b/components/lock.rst @@ -537,4 +537,4 @@ are still running. .. _`locks`: https://en.wikipedia.org/wiki/Lock_(computer_science) .. _Packagist: https://packagist.org/packages/symfony/lock -.. _`PHP semaphore functions`: http://php.net/manual/en/book.sem.php +.. _`PHP semaphore functions`: https://php.net/manual/en/book.sem.php diff --git a/components/process.rst b/components/process.rst index c9273fe51a8..d3b21f843b9 100644 --- a/components/process.rst +++ b/components/process.rst @@ -439,4 +439,4 @@ absolute path of the executable PHP binary available on your server:: .. _`pid`: https://en.wikipedia.org/wiki/Process_identifier .. _`PHP Documentation`: https://php.net/manual/en/pcntl.constants.php .. _Packagist: https://packagist.org/packages/symfony/process -.. _`PHP streams`: http://www.php.net/manual/en/book.stream.php +.. _`PHP streams`: https://www.php.net/manual/en/book.stream.php diff --git a/components/property_info.rst b/components/property_info.rst index 34d8703e357..86f32165591 100644 --- a/components/property_info.rst +++ b/components/property_info.rst @@ -487,7 +487,7 @@ service by defining it as a service with one or more of the following .. _Packagist: https://packagist.org/packages/symfony/property-info .. _`phpDocumentor Reflection`: https://github.com/phpDocumentor/ReflectionDocBlock .. _`phpdocumentor/reflection-docblock`: https://packagist.org/packages/phpdocumentor/reflection-docblock -.. _`Doctrine ORM`: http://www.doctrine-project.org/projects/orm.html +.. _`Doctrine ORM`: https://www.doctrine-project.org/projects/orm.html .. _`symfony/serializer`: https://packagist.org/packages/symfony/serializer .. _`symfony/doctrine-bridge`: https://packagist.org/packages/symfony/doctrine-bridge .. _`doctrine/orm`: https://packagist.org/packages/doctrine/orm diff --git a/web_link.rst b/web_link.rst index dbd374d77dd..588c84273c5 100644 --- a/web_link.rst +++ b/web_link.rst @@ -178,4 +178,4 @@ You can also add links to the HTTP response directly from controllers and servic .. _`Akamai`: https://blogs.akamai.com/2017/03/http2-server-push-the-what-how-and-why.html .. _`this great article`: https://www.shimmercat.com/en/blog/articles/whats-push/ .. _`link defined in the HTML specification`: https://html.spec.whatwg.org/dev/links.html#linkTypes -.. _`PSR-13`: http://www.php-fig.org/psr/psr-13/ +.. _`PSR-13`: https://www.php-fig.org/psr/psr-13/