Commit ac4fde2
committed
minor symfony#20334 Fix typo preventing link to be parsed (cirdan)
This PR was merged into the 6.4 branch.
Discussion
----------
Fix typo preventing link to be parsed
The documentation website displays a commit hash, instead of the link to the tags section.
https://symfony.com/doc/6.4/service_container/service_decoration.html
<!--
If your pull request fixes a BUG, use the oldest maintained branch that contains
the bug (see https://symfony.com/releases for the list of maintained branches).
If your pull request documents a NEW FEATURE, use the same Symfony branch where
the feature was introduced (and `7.x` for features of unreleased versions).
-->
Commits
-------
a808be0 Fix typo preventing link to be parsed1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
225 | 225 | | |
226 | 226 | | |
227 | 227 | | |
228 | | - | |
| 228 | + | |
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
| |||
0 commit comments