diff --git a/components/web_link.rst b/components/web_link.rst index 3ff0e611d61..9bc6e945a1d 100644 --- a/components/web_link.rst +++ b/components/web_link.rst @@ -35,7 +35,7 @@ The following example shows the component in action:: echo 'Hello'; -Read the full :doc:`WebLink documentation ` to learn about all the +Read the full :doc:`WebLink documentation ` to learn about all the features of the component and its integration with the Symfony framework. .. _`Web Linking`: https://tools.ietf.org/html/rfc5988 diff --git a/index.rst b/index.rst index dd96fdbf0df..4c23c8cbb01 100644 --- a/index.rst +++ b/index.rst @@ -53,7 +53,7 @@ Topics testing translation validation - weblink + web_link workflow Best Practices diff --git a/web_link.rst b/web_link.rst index 87ca8aea08d..7298a57218e 100644 --- a/web_link.rst +++ b/web_link.rst @@ -1,7 +1,7 @@ Asset Preloading and Resource Hints with HTTP/2 and WebLink =========================================================== -Symfony provides native support (via the :doc:`WebLink component `) +Symfony provides native support (via the :doc:`WebLink component `) 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. @@ -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 ` + WebLink can be used :doc:`as a standalone PHP library ` without requiring the entire Symfony framework. .. _`HTTP/2 Server Push`: https://tools.ietf.org/html/rfc7540#section-8.2