mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Fix link in HAML_REFERENCE.md.
Use yard "object" link rather than "file" link so that link to Helpers module works.
This commit is contained in:
parent
e214b21f49
commit
284a0a261a
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ Haml doesn't escape Ruby strings by default.
|
|||
However, if a string marked HTML-safe is passed to [Haml's escaping syntax](#escaping_html),
|
||||
it won't be escaped.
|
||||
|
||||
Finally, all the {file:Haml/Helpers.html Haml helpers} that return strings
|
||||
Finally, all the {Haml::Helpers Haml helpers} that return strings
|
||||
that are known to be HTML safe are marked as such.
|
||||
In addition, string input is escaped unless it's HTML safe.
|
||||
|
||||
|
|
Loading…
Reference in a new issue