summaryrefslogtreecommitdiff
path: root/.templates/document.html
diff options
context:
space:
mode:
authorOwen Jacobson <owen@grimoire.ca>2018-03-10 21:58:45 -0500
committerOwen Jacobson <owen@grimoire.ca>2018-03-10 21:58:45 -0500
commit3c5335434c6c0b0c18e37714ea873dcf55c34627 (patch)
tree223eb7afc377d6fa076d1359b3dd350fcda86eb8 /.templates/document.html
parent5a86905677ac846fd11f34a0edbbee831e90eb03 (diff)
Switch links back to Github.
Diffstat (limited to '.templates/document.html')
-rw-r--r--.templates/document.html2
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 %}