File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ The following example shows the component in action::
35
35
36
36
echo 'Hello';
37
37
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
39
39
features of the component and its integration with the Symfony framework.
40
40
41
41
.. _`Web Linking` : https://tools.ietf.org/html/rfc5988
Original file line number Diff line number Diff line change 53
53
testing
54
54
translation
55
55
validation
56
- weblink
56
+ web_link
57
57
workflow
58
58
59
59
Best Practices
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ How to Create a custom Authentication Provider
14
14
15
15
Symfony provides support for the most
16
16
:doc: `common authentication mechanisms </security/auth_providers >`. However, your
17
- app may need to integrated with some proprietary single-sing -on system or some
17
+ app may need to integrated with some proprietary single-sign -on system or some
18
18
legacy authentication mechanism. In those cases you could create a custom
19
19
authentication provider. This article discusses the core classes involved
20
20
in the authentication process, and how to implement a custom authentication
Original file line number Diff line number Diff line change 1
1
Asset Preloading and Resource Hints with HTTP/2 and WebLink
2
2
===========================================================
3
3
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 >`)
5
5
for managing ``Link `` HTTP headers, which are the key to improve the application
6
6
performance when using HTTP/2 and preloading capabilities of modern web browsers.
7
7
@@ -163,7 +163,7 @@ You can also add links to the HTTP response directly from controllers and servic
163
163
164
164
.. seealso ::
165
165
166
- WebLink can be used :doc: `as a standalone PHP library </components/weblink >`
166
+ WebLink can be used :doc: `as a standalone PHP library </components/web_link >`
167
167
without requiring the entire Symfony framework.
168
168
169
169
.. _`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