10000 minor #51973 Fix the link to the docs (bocharsky-bw) · Romanavr/symfony@7a6f6df · GitHub
[go: up one dir, main page]

Skip to content

Commit 7a6f6df

Browse files
committed
minor symfony#51973 Fix the link to the docs (bocharsky-bw)
This PR was merged into the 6.3 branch. Discussion ---------- Fix the link to the docs | Q | A | ------------- | --- | Branch? | 6.3 | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tickets | no <!-- prefix each issue number with "Fix #", no need to create an issue if none exists, explain below instead --> | License | MIT <!-- Replace this notice by a description of your feature/bugfix. This will help reviewers and should be a good start for the documentation. Additionally (see https://symfony.com/releases): - Always add tests and ensure they pass. - Bug fixes must be submitted against the lowest maintained branch where they apply (lowest branches are regularly merged to upper ones so they get the fixes too). - Features and deprecations must be submitted against the latest branch. - For new features, provide some code snippets to help understand usage. - Changelog entry should follow https://symfony.com/doc/current/contributing/code/conventions.html#writing-a-changelog-entry - Never break backward compatibility (see https://symfony.com/bc). --> Commits ------- 21e4d93 Fix the link to the docs
2 parents d731048 + 21e4d93 commit 7a6f6df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/AssetMapper/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ are not covered by Symfony's
1414
Resources
1515
---------
1616

17-
* [Documentation](https://symfony.com/doc/current/components/asset_mapper/introduction.html)
17+
* [Documentation](https://symfony.com/doc/current/frontend/asset_mapper.html)
1818
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
1919
* [Report issues](https://github.com/symfony/symfony/issues) and
2020
[send Pull Requests](https://github.com/symfony/symfony/pulls)

0 commit comments

Comments
 (0)
0