Skip to content

Commit c72dde0

Browse files
committed
minor #6921 Fix var_dumper advanced usage link (ogizanagi)
This PR was merged into the 2.7 branch. Discussion ---------- Fix var_dumper advanced usage link Fixes the "advanced usages" link from the http://symfony.com/doc/current/components/var_dumper.html#the-dump-function section's note. I've performed a quick search for similar errors in other documents, but was unable to find any other. 😃 Commits ------- 86f1348 Fix var_dumper advanced usage link
2 parents 7bd49b9 + 86f1348 commit c72dde0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/var_dumper.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ current PHP SAPI:
6464
.. note::
6565

6666
If you want to catch the dump output as a string, please read the
67-
`advanced documentation <advanced>`_ which contains examples of it.
67+
:doc:`advanced documentation </components/var_dumper/advanced>` which contains examples of it.
6868
You'll also learn how to change the format or redirect the output to
6969
wherever you want.
7070

0 commit comments

Comments
 (0)