diff --git a/Rakefile b/Rakefile index 52e09c80..6b59335d 100644 --- a/Rakefile +++ b/Rakefile @@ -51,7 +51,7 @@ end def linkify_prs(markdown) markdown.gsub(/#(\d+)/) do |word| - "[#{word}](https://github.com/mojombo/jekyll/issues/#{word.delete("#")})" + "[#{word}]({{ site.repository }}/issues/#{word.delete("#")})" end end diff --git a/site/_config.yml b/site/_config.yml index 286b58fa..962e4390 100644 --- a/site/_config.yml +++ b/site/_config.yml @@ -3,3 +3,4 @@ relative_permalinks: false gauges_id: 503c5af6613f5d0f19000027 permalink: /news/:year/:month/:day/:title excerpt_separator: noifniof3nioaniof3nioafafinoafnoif +repository: https://github.com/mojombo/jekyll diff --git a/site/_includes/footer.html b/site/_includes/footer.html index c9dfb918..d73b10ef 100644 --- a/site/_includes/footer.html +++ b/site/_includes/footer.html @@ -1,7 +1,7 @@