Skip to content

Fix web_link component name #10641

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/web_link.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The following example shows the component in action::

echo 'Hello';

Read the full :doc:`WebLink documentation </weblink>` to learn about all the
Read the full :doc:`WebLink documentation </web_link>` to learn about all the
features of the component and its integration with the Symfony framework.

.. _`Web Linking`: https://tools.ietf.org/html/rfc5988
Expand Down
2 changes: 1 addition & 1 deletion index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Topics
testing
translation
validation
weblink
web_link
workflow

Best Practices
Expand Down
4 changes: 2 additions & 2 deletions web_link.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Asset Preloading and Resource Hints with HTTP/2 and WebLink
===========================================================

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

Expand Down Expand Up @@ -163,7 +163,7 @@ You can also add links to the HTTP response directly from controllers and servic

.. seealso::

WebLink can be used :doc:`as a standalone PHP library </components/weblink>`
WebLink can be used :doc:`as a standalone PHP library </components/web_link>`
without requiring the entire Symfony framework.

.. _`HTTP/2 Server Push`: https://tools.ietf.org/html/rfc7540#section-8.2
Expand Down