filter name is realpath, not readlink

Fixes #10062
pull/9598/merge
Toshio Kuratomi 9 years ago
parent 89159951dc
commit 82685799cb

@ -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::

Loading…
Cancel
Save