Skip to content
This repository has been archived by the owner on Oct 22, 2018. It is now read-only.

Commit

Permalink
Merge pull request #1567 from howiehu/fix-gist-url-bug
Browse files Browse the repository at this point in the history
Update gist tag url to githubusercontent.com
  • Loading branch information
parkr committed May 23, 2014
2 parents ff1b10d + 24fdbbb commit 9bc4bb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/gist_tag.rb
Expand Up @@ -50,7 +50,7 @@ def script_url_for(gist_id, filename)
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)
Expand Down

0 comments on commit 9bc4bb0

Please sign in to comment.