Skip to content

Commit d5bbc28

Browse files
committed
minor #17854 [Profiler] Fix obsolete link (MatTheCat)
This PR was merged into the 5.4 branch. Discussion ---------- [Profiler] Fix obsolete link Spotted in my previous PR’s build: https://github.com/symfony/symfony-docs/actions/runs/4075325262/jobs/7021575352 Anchor is defined here: https://github.com/symfony/symfony-docs/blob/56ed214d4bb171358a82560139ea597edeb4327e/profiler.rst?plain=1#L218 Commits ------- 02e16d5 [Profiler] Fix obsolete link
2 parents 56ed214 + 02e16d5 commit d5bbc28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

profiler.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Run this command to get the list of collectors actually enabled in your app:
9292
9393
$ php bin/console debug:container --tag=data_collector
9494
95-
You can also :doc:`create your own data collector </profiler/data_collector>` to
95+
You can also :ref:`create your own data collector <profiler-data-collector>` to
9696
store any data generated by your app and display it in the debug toolbar and the
9797
profiler web interface.
9898

0 commit comments

Comments
 (0)