8000 Merge branch '4.2' into 4.3 · symfony/symfony-docs@f2d62d8 · GitHub
[go: up one dir, main page]

Skip to content

Commit f2d62d8

Browse files
committed
Merge branch '4.2' into 4.3
* 4.2: Switched HTTP to HTTPS for some links
2 parents 6eeaade + 6d2865b commit f2d62d8

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
@@ -662,7 +662,7 @@ are still running.
662662
.. _`ACID`: https://en.wikipedia.org/wiki/ACID
663663
.. _`locks`: https://en.wikipedia.org/wiki/Lock_(computer_science)
664664
.. _Packagist: https://packagist.org/packages/symfony/lock
665-
.. _`PHP semaphore functions`: http://php.net/manual/en/book.sem.php
665+
.. _`PHP semaphore functions`: https://php.net/manual/en/book.sem.php
666666
.. _`PDO`: https://php.net/pdo
667667
.. _`Doctrine DBAL Connection`: https://github.com/doctrine/dbal/blob/master/lib/Doctrine/DBAL/Connection.php
668668
.. _`Data Source Name (DSN)`: https://en.wikipedia.org/wiki/Data_source_name

components/process.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,5 +480,5 @@ whether `TTY`_ is supported on the current operating system::
480480
.. _`pid`: https://en.wikipedia.org/wiki/Process_identifier
481481
.. _`PHP Documentation`: https://php.net/manual/en/pcntl.constants.php
482482
.. _Packagist: https://packagist.org/packages/symfony/process
483-
.. _`PHP streams`: http://www.php.net/manual/en/book.stream.php
483+
.. _`PHP streams`: https://www.php.net/manual/en/book.stream.php
484484
.. _`TTY`: https://en.wikipedia.org/wiki/Tty_(unix)

components/property_info.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ service by defining it as a service with one or more of the following
493493
.. _Packagist: https://packagist.org/packages/symfony/property-info
494494
.. _`phpDocumentor Reflection`: https://github.com/phpDocumentor/ReflectionDocBlock
495495
.. _`phpdocumentor/reflection-docblock`: https://packagist.org/packages/phpdocumentor/reflection-docblock
496-
.. _`Doctrine ORM`: http://www.doctrine-project.org/projects/orm.html
496+
.. _`Doctrine ORM`: https://www.doctrine-project.org/projects/orm.html
497497
.. _`symfony/serializer`: https://packagist.org/packages/symfony/serializer
498498
.. _`symfony/doctrine-bridge`: https://packagist.org/packages/symfony/doctrine-bridge
499499
.. _`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
@@ -182,4 +182,4 @@ You can also add links to the HTTP response directly from controllers and servic
182182
.. _`Akamai`: https://blogs.akamai.com/2017/03/http2-server-push-the-what-how-and-why.html
183183
.. _`this great article`: https://www.shimmercat.com/en/blog/articles/whats-push/
184184
.. _`link defined in the HTML specification`: https://html.spec.whatwg.org/dev/links.html#linkTypes
185-
.. _`PSR-13`: http://www.php-fig.org/psr/psr-13/
185+
.. _`PSR-13`: https://www.php-fig.org/psr/psr-13/

0 commit comments

Comments
 (0)
0