Skip to content

Commit 1079fe3

Browse files
committed
Removed WebLink component docs
1 parent 6bb1587 commit 1079fe3

File tree

4 files changed

+5
-49
lines changed

4 files changed

+5
-49
lines changed

_build/redirection_map

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@
399399
/security/acl_advanced /security/acl
400400
/security/password_encoding /security
401401
/weblink /web_link
402-
/components/weblink /components/web_link
402+
/components/weblink https://github.com/symfony/web-link
403403
/frontend/encore/installation-no-flex /frontend/encore/installation
404404
/http_cache/form_csrf_caching /security/csrf
405405
/console/logging /console
@@ -499,3 +499,4 @@
499499
/components/polyfill_php72 https://github.com/symfony/polyfill-php72
500500
/components/polyfill_php73 https://github.com/symfony/polyfill-php73
501501
/components/polyfill_uuid https://github.com/symfony/polyfill-uuid
502+
/components/web_link https://github.com/symfony/web-link

components/asset.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,6 +401,6 @@ Learn more
401401
----------
402402

403403
* :doc:`How to manage CSS and JavaScript assets in Symfony applications </frontend>`
404-
* :doc:`WebLink component </components/web_link>` to preload assets using HTTP/2.
404+
* :doc:`WebLink component </web_link>` to preload assets using HTTP/2.
405405

406406
.. _`Webpack`: https://webpack.js.org/

components/web_link.rst

Lines changed: 0 additions & 41 deletions
This file was deleted.

web_link.rst

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Asset Preloading and Resource Hints with HTTP/2 and WebLink
55
===========================================================
66

7-
Symfony provides native support (via the :doc:`WebLink component </components/web_link>`)
7+
Symfony provides native support (via the `WebLink`_ component)
88
for managing ``Link`` HTTP headers, which are the key to improve the application
99
performance when using HTTP/2 and preloading capabilities of modern web browsers.
1010

@@ -178,11 +178,7 @@ You can also add links to the HTTP response directly from controllers and servic
178178
}
179179
}
180180

181-
.. seealso::
182-
183-
WebLink can be used :doc:`as a standalone PHP library </components/web_link>`
184-
without requiring the entire Symfony framework.
185-
181+
.. _`WebLink`: https://github.com/symfony/web-link
186182
.. _`HTTP/2 Server Push`: https://tools.ietf.org/html/rfc7540#section-8.2
187183
.. _`Resource Hints`: https://www.w3.org/TR/resource-hints/
188184
.. _`Docker installer and runtime for Symfony`: https://github.com/dunglas/symfony-docker

0 commit comments

Comments
 (0)