From 8782bdc92be3d6ce1a02f84e70a3b1822eb4d185 Mon Sep 17 00:00:00 2001 From: Hendy Tanata Date: Wed, 17 Feb 2016 20:24:45 -0800 Subject: [PATCH] Fix links to source code on compass-style.org. --- compass-style.org/layouts/reference.haml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/compass-style.org/layouts/reference.haml b/compass-style.org/layouts/reference.haml index 8dd4721629..27458a4742 100644 --- a/compass-style.org/layouts/reference.haml +++ b/compass-style.org/layouts/reference.haml @@ -1,5 +1,4 @@ -- gh_url = "http://github.com/chriseppstein/compass/blob/stable/frameworks/" -- gh_url << "#{item[:framework]}/stylesheets/#{item[:stylesheet]}" +- gh_url = "https://github.com/Compass/compass/blob/stable/core/stylesheets/#{item[:stylesheet]}" %a{:href => gh_url, :rel=>"github-source", :title=>"view source for this module on github"} Source on Github %h1= item[:title]