1
0
Fork 0
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:
Matt Wildig 2011-09-10 03:03:41 +01:00 committed by Nathan Weizenbaum
parent e214b21f49
commit 284a0a261a

View file

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