filter name is realpath, not readlink

Fixes #10062
This commit is contained in:
Toshio Kuratomi 2015-02-26 14:17:39 -08:00
parent 89159951dc
commit 82685799cb

View file

@ -321,7 +321,7 @@ To expand a path containing a tilde (`~`) character (new in version 1.5)::
To get the real path of a link (new in version 1.8)::
{{ path | readlink }}
{{ path | realpath }}
To work with Base64 encoded strings::