Skip to content

Commit cede098

Browse files
committed
[Testing] Fix :ref: link
1 parent 967930c commit cede098

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)