Commit 82685799 by Toshio Kuratomi

filter name is realpath, not readlink

Fixes #10062
parent 89159951
...@@ -321,7 +321,7 @@ To expand a path containing a tilde (`~`) character (new in version 1.5):: ...@@ -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):: To get the real path of a link (new in version 1.8)::
{{ path | readlink }} {{ path | realpath }}
To work with Base64 encoded strings:: To work with Base64 encoded strings::
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment