Skip to content

Commit b471e48

Browse files
committed
minor #20327 [Testing] Fix :ref: link (phansys)
This PR was merged into the 6.4 branch. Discussion ---------- [Testing] Fix `:ref:` link <!-- 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 ------- cede098 [Testing] Fix `:ref:` link
2 parents 967930c + cede098 commit b471e48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/end_to_end.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -808,7 +808,7 @@ URI that's not a ``.php`` file) aren't in your public directory, the built-in
808808
server will return a 404 error. This often happens when letting the :doc:`AssetMapper component </frontend/asset_mapper>`
809809
handle your application assets in the ``dev`` environment.
810810

811-
One solution when using AssetMapper is to ref:`compile assets <asset-mapper-compile-assets>`
811+
One solution when using AssetMapper is to :ref:`compile assets <asset-mapper-compile-assets>`
812812
before running your tests. This will also speed up your tests, as Symfony won't
813813
need to handle the assets, allowing the PHP built-in server to serve them directly.
814814

0 commit comments

Comments
 (0)