summaryrefslogtreecommitdiffstats
path: root/docs/layouts
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-03-20 21:11:45 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-03-20 21:11:45 +0100
commit84f4b731d23bbcb1821eed46958bf73476f00543 (patch)
tree0e9cdad1372e3a29c96eabe8dd48105cb109e7a2 /docs/layouts
parent61f6e9f63b0d2c8d7c3a2a88a3d2885c9a7d8165 (diff)
parent0a23baa6a90901f772c234107c4f12c16c76f4aa (diff)
Diffstat (limited to 'docs/layouts')
-rw-r--r--docs/layouts/shortcodes/gh.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/layouts/shortcodes/gh.html b/docs/layouts/shortcodes/gh.html
index 0d1a9498e..981f4b838 100644
--- a/docs/layouts/shortcodes/gh.html
+++ b/docs/layouts/shortcodes/gh.html
@@ -2,8 +2,8 @@
{{ if eq (substr . 0 1) "@" }}
<a href="//github.com/{{ substr . 1 }}">{{ . }}</a>
{{ else if eq (substr . 0 2) "0x" }}
- <a href="//github.com/spf13/hugo/commit/{{ substr . 2 }}">{{ substr . 2 6 }}</a>
+ <a href="//github.com/gohugoio/hugo/commit/{{ substr . 2 }}">{{ substr . 2 6 }}</a>
{{ else }}
- <a href="//github.com/spf13/hugo/issues/{{ . }}">#{{ . }}</a>
+ <a href="//github.com/gohugoio/hugo/issues/{{ . }}">#{{ . }}</a>
{{ end }}
-{{ end }} \ No newline at end of file
+{{ end }}