aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/gist_tag.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gist_tag.rb b/plugins/gist_tag.rb
index 61a9cc1e..51201156 100644
--- a/plugins/gist_tag.rb
+++ b/plugins/gist_tag.rb
@@ -50,7 +50,7 @@ module Jekyll
end
def get_gist_url_for(gist, file)
- "https://gist.github.com/raw/#{gist}/#{file}"
+ "https://gist.githubusercontent.com/raw/#{gist}/#{file}"
end
def cache(gist, file, data)