Skip to content

Commit 20c7d10

Browse files
committed
Remove unused links
1 parent c6fbbdf commit 20c7d10

17 files changed

+2
-20
lines changed

components/asset.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,5 +376,4 @@ Learn more
376376
* :doc:`How to manage CSS and JavaScript assets in Symfony applications </frontend>`
377377
* :doc:`WebLink component </components/web_link>` to preload assets using HTTP/2.
378378

379-
.. _Packagist: https://packagist.org/packages/symfony/asset
380379
.. _`Webpack`: https://webpack.js.org/

components/form.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -763,6 +763,5 @@ Learn more
763763

764764
/form/*
765765

766-
.. _Packagist: https://packagist.org/packages/symfony/form
767766
.. _Twig: https://twig.symfony.com
768767
.. _`Twig Configuration`: https://twig.symfony.com/doc/2.x/intro.html

components/process.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,5 +438,4 @@ absolute path of the executable PHP binary available on your server::
438438

439439
.. _`pid`: https://en.wikipedia.org/wiki/Process_identifier
440440
.. _`PHP Documentation`: https://php.net/manual/en/pcntl.constants.php
441-
.. _Packagist: https://packagist.org/packages/symfony/process
442441
.. _`PHP streams`: https://www.php.net/manual/en/book.stream.php

components/property_access.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,5 +461,4 @@ Or you can pass parameters directly to the constructor (not the recommended way)
461461
// ...
462462
$propertyAccessor = new PropertyAccessor(true); // this enables handling of magic __call
463463

464-
.. _Packagist: https://packagist.org/packages/symfony/property-access
465464
.. _The Inflector component: https://github.com/symfony/inflector

components/var_dumper.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,5 +299,3 @@ Learn More
299299
:glob:
300300

301301
var_dumper/*
302-
303-
.. _Packagist: https://packagist.org/packages/symfony/var-dumper

configuration/external_parameters.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,5 +550,4 @@ the Symfony service container::
550550
include_once('/path/to/drupal/sites/default/settings.php');
551551
$container->setParameter('drupal.database.url', $db_url);
552552

553-
.. _`SetEnv`: http://httpd.apache.org/docs/current/env.html
554553
.. _`fastcgi_param`: http://nginx.org/en/docs/http/ngx_http_fastcgi_module.html#fastcgi_param

deployment/proxies.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,3 @@ If you allow outside traffic, they could "spoof" their true IP address and
7777
other information.
7878

7979
.. _`security groups`: http://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-security-groups.html
80-
.. _`RFC 7239`: http://tools.ietf.org/html/rfc7239

doctrine.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -898,7 +898,7 @@ Learn more
898898
.. _`Basic Mapping Documentation`: http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/reference/basic-mapping.html
899899
.. _`Query Builder`: http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/reference/query-builder.html
900900
.. _`Doctrine Query Language`: http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/reference/dql-doctrine-query-language.html
901-
.. _`Mapping Types Documentation`: http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/reference/basic-mapping.html#property-mapping
901+
.. _`Mapping Types documentation`: http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/reference/basic-mapping.html#property-mapping
902902
.. _`Property Mapping`: http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/reference/basic-mapping.html#property-mapping
903903
.. _`Reserved SQL keywords documentation`: http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/reference/basic-mapping.html#quoting-reserved-words
904904
.. _`Creating Classes for the Database`: http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/reference/basic-mapping.html#creating-classes-for-the-database

doctrine/mapping_model_classes.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,5 +145,3 @@ Annotations, XML, Yaml, PHP and StaticPHP. The arguments are:
145145
the ``SymfonyFileLocator`` will get confused.
146146

147147
Adjust accordingly for the other Doctrine implementations.
148-
149-
.. _`CouchDB Mapping Compiler Pass pull request`: https://github.com/doctrine/DoctrineCouchDBBundle/pull/27

form/bootstrap4.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,5 @@ Form errors are rendered **inside** the ``<label>`` element to make sure there
111111
is a strong connection between the error and its ``<input>``, as required by the
112112
`WCAG 2.0 standard`_.
113113

114-
.. _`their documentation`: https://getbootstrap.com/docs/4.1/
115114
.. _`WCAG 2.0 standard`: https://www.w3.org/TR/WCAG20/
116115
.. _`custom forms`: https://getbootstrap.com/docs/4.1/components/forms/#custom-forms

form/create_custom_field_type.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,4 +312,3 @@ See :ref:`service-container-creating-service` for more details.
312312
Have fun!
313313

314314
.. _`ChoiceType`: https://github.com/symfony/symfony/blob/master/src/Symfony/Component/Form/Extension/Core/Type/ChoiceType.php
315-
.. _`FieldType`: https://github.com/symfony/symfony/blob/master/src/Symfony/Component/Form/Extension/Core/Type/FieldType.php

frontend/encore/url-loader.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ key from the object that is passed to the ``configureUrlLoader()`` method:
4848
})
4949
;
5050
51-
.. _`URL loader`: https://github.com/webpack-contrib/url-loader
51+
.. _`URL Loader`: https://github.com/webpack-contrib/url-loader

http_cache.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,6 @@ Learn more
365365
.. _`Cache Tutorial`: http://www.mnot.net/cache_docs/
366366
.. _`Varnish`: https://www.varnish-cache.org/
367367
.. _`Squid in reverse proxy mode`: http://wiki.squid-cache.org/SquidFaq/ReverseProxy
368-
.. _`HTTP Bis`: http://tools.ietf.org/wg/httpbis/
369368
.. _`RFC 7234 - Caching`: https://tools.ietf.org/html/rfc7234
370369
.. _`RFC 7232 - Conditional Requests`: https://tools.ietf.org/html/rfc7232
371370
.. _`FOSHttpCacheBundle`: http://foshttpcachebundle.readthedocs.org/

serializer.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,6 @@ take a look at how this bundle works.
293293

294294
serializer/*
295295

296-
.. _`APCu`: https://github.com/krakjoe/apcu
297296
.. _`ApiPlatform`: https://github.com/api-platform/core
298297
.. _`JSON-LD`: http://json-ld.org
299298
.. _`Hydra Core Vocabulary`: http://hydra-cg.com

serializer/custom_encoders.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,3 @@ that's done automatically!
6161
and tag it with ``serializer.encoder``.
6262

6363
Now you'll be able to serialize and deserialize Yaml!
64-
65-
.. _tracker: https://github.com/symfony/symfony/issues

templating.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -805,7 +805,6 @@ Learn more
805805
.. _`tags`: https://twig.symfony.com/doc/2.x/tags/index.html
806806
.. _`filters`: https://twig.symfony.com/doc/2.x/filters/index.html
807807
.. _`functions`: https://twig.symfony.com/doc/2.x/functions/index.html
808-
.. _`add your own extensions`: https://twig.symfony.com/doc/2.x/advanced.html#creating-an-extension
809808
.. _`with_context`: https://twig.symfony.com/doc/2.x/functions/include.html
810809
.. _`include() function`: https://twig.symfony.com/doc/2.x/functions/include.html
811810
.. _`{% include %} tag`: https://twig.symfony.com/doc/2.x/tags/include.html

web_link.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@ You can also add links to the HTTP response directly from controllers and servic
169169
.. _`HTTP/2 Server Push`: https://tools.ietf.org/html/rfc7540#section-8.2
170170
.. _`Resource Hints`: https://www.w3.org/TR/resource-hints/
171171
.. _`Docker installer and runtime for Symfony`: https://github.com/dunglas/symfony-docker
172-
.. _`preload`: https://developer.mozilla.org/en-US/docs/Web/HTML/Preloading_content
173172
.. _`"as" attribute`: https://w3c.github.io/preload/#as-attribute
174173
.. _`the Priority Hints specification`: https://wicg.github.io/priority-hints/
175174
.. _`the Preload specification`: https://www.w3.org/TR/preload/#server-push-(http/2)

0 commit comments

Comments
 (0)