From 86f134862a64e99015608785a9d626e6b6b89396 Mon Sep 17 00:00:00 2001 From: Maxime Steinhausser Date: Sat, 27 Aug 2016 11:29:17 +0200 Subject: [PATCH] Fix var_dumper advanced usage link --- components/var_dumper.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/var_dumper.rst b/components/var_dumper.rst index df256eb2d53..83c526b51f7 100644 --- a/components/var_dumper.rst +++ b/components/var_dumper.rst @@ -64,7 +64,7 @@ current PHP SAPI: .. note:: If you want to catch the dump output as a string, please read the - `advanced documentation `_ which contains examples of it. + :doc:`advanced documentation ` which contains examples of it. You'll also learn how to change the format or redirect the output to wherever you want.