From 759bf32cee0bb5c1a34a5970d9806ed50abbab94 Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Thu, 26 Aug 2010 23:02:37 -0700 Subject: [PATCH] link the docs to the stable branch. --- doc-src/layouts/reference.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc-src/layouts/reference.haml b/doc-src/layouts/reference.haml index e375a893..f577c504 100644 --- a/doc-src/layouts/reference.haml +++ b/doc-src/layouts/reference.haml @@ -7,7 +7,7 @@ %code @import "#{departialize(item[:stylesheet][0..-6])}" %p - - gh_url = "http://github.com/chriseppstein/compass/blob/master/frameworks/" + - gh_url = "http://github.com/chriseppstein/compass/blob/stable/frameworks/" - gh_url << "#{item[:framework]}/stylesheets/#{item[:stylesheet]}" View the %a{:href => gh_url} Source for this module on Github.