From fb553bfc5e83d4040c5bdf03ad3cd868d5225503 Mon Sep 17 00:00:00 2001 From: Simon Neveu Date: Thu, 9 Oct 2014 23:23:55 +0100 Subject: [PATCH] Added official docs link --- haml.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haml.html.markdown b/haml.html.markdown index e5a13682..86d9ba81 100644 --- a/haml.html.markdown +++ b/haml.html.markdown @@ -138,4 +138,4 @@ markup that is well-structured, DRY, logical, and easier to read. ## Additional resources - [What is HAML?](http://haml.info/) - A good introduction that does a much better job of explaining the benefits of using HAML. -- [Official Docs](http://www.ruby-doc.org/core-2.1.1/) - If you'd like to go a little deeper. +- [Official Docs](http://haml.info/docs/yardoc/file.REFERENCE.html) - If you'd like to go a little deeper.