Skip to content

Commit 10ae8c5

Browse files
committed
Merge branch '4.3' into 4.4
* 4.3: Remove unused links
2 parents b2a3c35 + 4ed3066 commit 10ae8c5

32 files changed

+13
-51
lines changed

best_practices/security.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,5 +376,4 @@ via the even easier shortcut in a controller::
376376
Next: :doc:`/best_practices/web-assets`
377377

378378
.. _`ParamConverter`: https://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/annotations/converters.html
379-
.. _`FOSUserBundle`: https://github.com/FriendsOfSymfony/FOSUserBundle
380379
.. _`libsodium`: https://pecl.php.net/package/libsodium

best_practices/templates.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,4 +119,3 @@ be used as a Twig extension.
119119
Next: :doc:`/best_practices/forms`
120120

121121
.. _`Twig`: https://twig.symfony.com/
122-
.. _`Parsedown`: https://parsedown.org/

bundles/best_practices.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,4 +531,4 @@ Learn more
531531
.. _`choose any license`: https://choosealicense.com/
532532
.. _`valid license identifier`: https://spdx.org/licenses/
533533
.. _`Travis CI`: https://travis-ci.org/
534-
.. _`Travis Cron`: https://docs.travis-ci.com/user/cron-jobs/
534+
.. _`Travis cron`: https://docs.travis-ci.com/user/cron-jobs/

components/cache.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,5 @@ Advanced Usage
203203

204204
.. _`PSR-6`: http://www.php-fig.org/psr/psr-6/
205205
.. _`Cache Contracts`: https://github.com/symfony/contracts/blob/master/Cache/CacheInterface.php
206-
.. _`PSR-16`: http://www.php-fig.org/psr/psr-16/
207-
.. _Doctrine Cache: https://www.doctrine-project.org/projects/cache.html
208-
.. _Stampede prevention: https://en.wikipedia.org/wiki/Cache_stampede
206+
.. _`Stampede prevention`: https://en.wikipedia.org/wiki/Cache_stampede
209207
.. _Probabilistic early expiration: https://en.wikipedia.org/wiki/Cache_stampede#Probabilistic_early_expiration

components/dom_crawler.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -613,5 +613,4 @@ Learn more
613613
* :doc:`/components/css_selector`
614614

615615
.. _`Goutte`: https://github.com/FriendsOfPHP/Goutte
616-
.. _Packagist: https://packagist.org/packages/symfony/dom-crawler
617616
.. _`html5-php library`: https://github.com/Masterminds/html5-php

components/filesystem.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,5 +321,4 @@ Whenever something wrong happens, an exception implementing
321321
An :class:`Symfony\\Component\\Filesystem\\Exception\\IOException` is
322322
thrown if directory creation fails.
323323

324-
.. _`Packagist`: https://packagist.org/packages/symfony/filesystem
325324
.. _`umask`: https://en.wikipedia.org/wiki/Umask

components/finder.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,5 +412,4 @@ The contents of returned files can be read with
412412
.. _`PHP wrapper for URL-style protocols`: https://php.net/manual/en/wrappers.php
413413
.. _`PHP streams`: https://php.net/streams
414414
.. _`IEC standard`: https://physics.nist.gov/cuu/Units/binary.html
415-
.. _`Packagist`: https://packagist.org/packages/symfony/finder
416415
.. _`natural sort order`: https://en.wikipedia.org/wiki/Natural_sort_order

components/ldap.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,5 +172,3 @@ Possible operation types are ``LDAP_MODIFY_BATCH_ADD``, ``LDAP_MODIFY_BATCH_REMO
172172
``LDAP_MODIFY_BATCH_REMOVE_ALL``, ``LDAP_MODIFY_BATCH_REPLACE``. Parameter
173173
``$values`` must be ``NULL`` when using ``LDAP_MODIFY_BATCH_REMOVE_ALL``
174174
operation type.
175-
176-
.. _Packagist: https://packagist.org/packages/symfony/ldap

components/messenger.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ The Messenger Component
88
The Messenger component helps applications send and receive messages to/from
99
other applications or via message queues.
1010

11-
The component is greatly inspired by Matthias Noback's series of `blog posts
12-
about command buses`_ and the `SimpleBus project`_.
11+
The component is greatly inspired by Matthias Noback's series of
12+
`blog posts about command buses`_ and the `SimpleBus project`_.
1313

1414
.. seealso::
1515

@@ -332,5 +332,5 @@ Learn more
332332
/messenger
333333
/messenger/*
334334

335-
.. _blog posts about command buses: https://matthiasnoback.nl/tags/command%20bus/
336-
.. _SimpleBus project: http://docs.simplebus.io/en/latest/
335+
.. _`blog posts about command buses`: https://matthiasnoback.nl/tags/command%20bus/
336+
.. _`SimpleBus project`: http://docs.simplebus.io/en/latest/

components/process.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -474,9 +474,6 @@ whether `TTY`_ is supported on the current operating system::
474474

475475
$process = (new Process())->setTty(Process::isTtySupported());
476476

477-
.. _`Symfony Issue#5759`: https://github.com/symfony/symfony/issues/5759
478-
.. _`PHP Bug#39992`: https://bugs.php.net/bug.php?id=39992
479-
.. _`exec`: https://en.wikipedia.org/wiki/Exec_(operating_system)
480477
.. _`pid`: https://en.wikipedia.org/wiki/Process_identifier
481478
.. _`PHP streams`: https://www.php.net/manual/en/book.stream.php
482479
.. _`TTY`: https://en.wikipedia.org/wiki/Tty_(unix)

0 commit comments

Comments
 (0)