From 33f23a1a11e6aeb1e24ae40ce570624f80248c3a Mon Sep 17 00:00:00 2001 From: Nathan Weizenbaum Date: Tue, 30 Mar 2010 23:43:35 -0700 Subject: [PATCH] [Haml] Fix a bit in the README. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a5545311..7299a51a 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,8 @@ like `if` and `while`: = "Happy new " + "year!" Haml provides far more tools than those presented here. -Check out the reference documentation in the Haml module. +Check out the [reference documentation](http://beta.haml-lang.com/docs/yardoc/file.HAML_REFERENCE.md) +for full details. #### Indentation