Skip to content

Commit bc1d0ad

Browse files
committed
Merge branch '4.4'
* 4.4: Remove unused links
2 parents 5729dcc + 10ae8c5 commit bc1d0ad

31 files changed

+13
-49
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
@@ -597,5 +597,4 @@ Learn more
597597
* :doc:`/components/css_selector`
598598

599599
.. _`Goutte`: https://github.com/FriendsOfPHP/Goutte
600-
.. _Packagist: https://packagist.org/packages/symfony/dom-crawler
601600
.. _`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
@@ -403,5 +403,4 @@ The contents of returned files can be read with
403403
.. _`PHP wrapper for URL-style protocols`: https://php.net/manual/en/wrappers.php
404404
.. _`PHP streams`: https://php.net/streams
405405
.. _`IEC standard`: https://physics.nist.gov/cuu/Units/binary.html
406-
.. _`Packagist`: https://packagist.org/packages/symfony/finder
407406
.. _`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

@@ -320,5 +320,5 @@ Learn more
320320
/messenger
321321
/messenger/*
322322

323-
.. _blog posts about command buses: https://matthiasnoback.nl/tags/command%20bus/
324-
.. _SimpleBus project: http://docs.simplebus.io/en/latest/
323+
.. _`blog posts about command buses`: https://matthiasnoback.nl/tags/command%20bus/
324+
.. _`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)