Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8fb50d7

Browse files
committed
minor#10641 Fix web_link component name (ottaviano)
This PR was submitted for the master branch but it was merged into the 3.4 branch instead (closes#10641).Discussion----------Fix web_link component nameCommits-------fecef29 Fix web_link component name
2 parentsb5d3340 +fecef29 commit8fb50d7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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
@@ -54,7 +54,7 @@ Topics
5454
testing
5555
translation
5656
validation
57-
weblink
57+
web_link
5858
workflow
5959

6060
Best Practices

‎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

@@ -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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp