File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ The following example shows the component in action::
3535
3636 echo 'Hello';
3737
38- Read the full :doc: `WebLink documentation </weblink >` to learn about all the
38+ Read the full :doc: `WebLink documentation </web_link >` to learn about all the
3939features of the component and its integration with the Symfony framework.
4040
4141.. _`Web Linking` : https://tools.ietf.org/html/rfc5988
Original file line number Diff line number Diff line change 5353 testing
5454 translation
5555 validation
56- weblink
56+ web_link
5757 workflow
5858
5959Best Practices
Original file line number Diff line number Diff line change 11Asset Preloading and Resource Hints with HTTP/2 and WebLink
22===========================================================
33
4- Symfony provides native support (via the :doc: `WebLink component </components/weblink >`)
4+ Symfony provides native support (via the :doc: `WebLink component </components/web_link >`)
55for managing ``Link `` HTTP headers, which are the key to improve the application
66performance when using HTTP/2 and preloading capabilities of modern web browsers.
77
@@ -156,7 +156,7 @@ You can also add links to the HTTP response directly from controllers and servic
156156
157157.. seealso ::
158158
159- WebLink can be used :doc: `as a standalone PHP library </components/weblink >`
159+ WebLink can be used :doc: `as a standalone PHP library </components/web_link >`
160160 without requiring the entire Symfony framework.
161161
162162.. _`HTTP/2 Server Push` : https://tools.ietf.org/html/rfc7540#section-8.2
You can’t perform that action at this time.
0 commit comments