Skip to content

Commit d99a433

Browse files
committed
Remove unused links
1 parent 0a01830 commit d99a433

File tree

13 files changed

+3
-18
lines changed

13 files changed

+3
-18
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/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/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/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)

components/routing.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,5 +318,3 @@ Learn more
318318
/routing/*
319319
/controller
320320
/controller/*
321-
322-
.. _Packagist: https://packagist.org/packages/symfony/routing

components/serializer.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1492,7 +1492,6 @@ Learn more
14921492

14931493
.. _`PSR-1 standard`: https://www.php-fig.org/psr/psr-1/
14941494
.. _`JMS serializer`: https://github.com/schmittjoh/serializer
1495-
.. _Packagist: https://packagist.org/packages/symfony/serializer
14961495
.. _RFC3339: https://tools.ietf.org/html/rfc3339#section-5.8
14971496
.. _JSON: http://www.json.org/
14981497
.. _XML: https://www.w3.org/XML/

components/var_exporter.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,5 +128,5 @@ created by using the special ``"\0"`` property name to define their internal val
128128
"\0" => [$inputArray]
129129
]);
130130

131-
.. _`OPCache`: https://php.net/opcache
131+
.. _`OPcache`: https://php.net/opcache
132132
.. _`PSR-2`: https://www.php-fig.org/psr/psr-2/

contributing/community/reviews.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,6 @@ Pick a pull request from the `PRs in need of review`_ and follow these steps:
214214
.. _`Symfony skeleton`: https://github.com/symfony/skeleton
215215
.. _`Symfony website skeleton`: https://github.com/symfony/website-skeleton
216216
.. _create a GitHub account: https://help.github.com/articles/signing-up-for-a-new-github-account/
217-
.. _forking: https://help.github.com/articles/fork-a-repo/
218217
.. _bug reports in need of review: https://github.com/symfony/symfony/issues?utf8=%E2%9C%93&q=is%3Aopen+is%3Aissue+label%3A%22Bug%22+label%3A%22Status%3A+Needs+Review%22+
219218
.. _PRs in need of review: https://github.com/symfony/symfony/issues?utf8=%E2%9C%93&q=is%3Aopen+is%3Apr+label%3A%22Status%3A+Needs+Review%22+
220219
.. _Symfony Roadmap: https://symfony.com/roadmap

controller/error_pages.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,5 +357,4 @@ time and again, you can have just one (or several) listeners deal with them.
357357
out and other things.
358358

359359
.. _`TwigBundle`: https://github.com/symfony/twig-bundle
360-
.. _`WebfactoryExceptionsBundle`: https://github.com/webfactory/exceptions-bundle
361360
.. _`Symfony Standard Edition`: https://github.com/symfony/symfony-standard/

deployment.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ Learn More
248248
.. _`Deployer`: http://deployer.org/
249249
.. _`Git Tagging`: https://git-scm.com/book/en/v2/Git-Basics-Tagging
250250
.. _`Heroku`: https://devcenter.heroku.com/articles/getting-started-with-symfony
251-
.. _`platform.sh`: https://docs.platform.sh/frameworks/symfony.html
251+
.. _`Platform.sh`: https://docs.platform.sh/frameworks/symfony.html
252252
.. _`Azure`: https://azure.microsoft.com/en-us/develop/php/
253253
.. _`fortrabbit`: https://help.fortrabbit.com/install-symfony
254254
.. _`EasyDeployBundle`: https://github.com/EasyCorp/easy-deploy-bundle

templating/PHP.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -574,5 +574,3 @@ original template:
574574
<?php if (isset($help)) : ?>
575575
<span class="help"><?= $view->escape($help) ?></span>
576576
<?php endif ?>
577-
578-
.. _`@Template`: https://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/annotations/view

0 commit comments

Comments
 (0)