From 33f8b098c1d7b55fe73e9e7833df995843605b99 Mon Sep 17 00:00:00 2001 From: buo Date: Mon, 7 Dec 2015 01:54:33 +0900 Subject: [PATCH] Fix "Source on Github" links --- compass-style.org/layouts/reference.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compass-style.org/layouts/reference.haml b/compass-style.org/layouts/reference.haml index 8dd4721629..d82e56e8cd 100644 --- a/compass-style.org/layouts/reference.haml +++ b/compass-style.org/layouts/reference.haml @@ -1,5 +1,5 @@ -- gh_url = "http://github.com/chriseppstein/compass/blob/stable/frameworks/" -- gh_url << "#{item[:framework]}/stylesheets/#{item[:stylesheet]}" +- gh_url = "http://github.com/Compass/compass/blob/stable/core/stylesheets/" +- gh_url << item[:stylesheet] %a{:href => gh_url, :rel=>"github-source", :title=>"view source for this module on github"} Source on Github %h1= item[:title]