diff options
Diffstat (limited to '.templates/document.html')
| -rw-r--r-- | .templates/document.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.templates/document.html b/.templates/document.html index b9e1b65..498e86b 100644 --- a/.templates/document.html +++ b/.templates/document.html @@ -7,5 +7,5 @@ {% endblock %} {% block scm_info %} -<a href="https://bitbucket.org/ojacobson/grimoire.ca/src/master/wiki/{{ path }}.md">See this page on Bitbucket</a> (<a href="https://bitbucket.org/ojacobson/grimoire.ca/history-node/master/wiki/{{ path }}.md">history</a>). +<a href="https://github.com/grimoire-ca/bliki/blob/master/wiki/{{ path }}.md">See this page on Github</a> (<a href="https://github.com/grimoire-ca/bliki/commits/master/wiki/{{ path }}.md">history</a>). {% endblock %} |
