8000 Merge branch '4.1' · symfony/symfony-docs@c587a66 · GitHub
[go: up one dir, main page]

Skip to content

Commit c587a66

Browse files
committed
Merge branch '4.1'
* 4.1: Update custom_authentication_provider.rst Fix web_link component name
2 parents bc2d533 + c6b5eb7 commit c587a66

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

components/web_link.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
3939
features of the component and its integration with the Symfony framework.
4040

4141
.. _`Web Linking`: https://tools.ietf.org/html/rfc5988

index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Topics
5353
testing
5454
translation
5555
validation
56-
weblink
56+
web_link
5757
workflow
5858

5959
Best Practices

security/custom_authentication_provider.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ How to Create a custom Authentication Provider
1414

1515
Symfony provides support for the most
1616
: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
1818
legacy authentication mechanism. In those cases you could create a custom
1919
authentication provider. This article discusses the core classes involved
2020
in the authentication process, and how to implement a custom authentication

web_link.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Asset 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>`)
55
for managing ``Link`` HTTP headers, which are the key to improve the application
66
performance when using HTTP/2 and preloading capabilities of modern web browsers.
77

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

164164
.. seealso::
165165

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>`
167167
without requiring the entire Symfony framework.
168168

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

0 commit comments

Comments
 (0)
0