Skip to content

Commit

Permalink
minor symfony#6921 Fix var_dumper advanced usage link (ogizanagi)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
wouterj committed Aug 28, 2016
2 parents 7bd49b9 + 86f1348 commit c72dde0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/var_dumper.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ current PHP SAPI:
.. note::

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

Expand Down

0 comments on commit c72dde0

Please sign in to comment.