diff options
Diffstat (limited to '.templates/document.html')
| -rw-r--r-- | .templates/document.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.templates/document.html b/.templates/document.html index 2ccc18c..1c8dd14 100644 --- a/.templates/document.html +++ b/.templates/document.html @@ -25,6 +25,6 @@ </div> {% endblock %} -{% block github_info %} -<a href="https://raw.github.com/ojacobson/grimoiredotca/master/wiki/{{ path }}.md">See this page on GitHub</a> (<a href="https://github.com/ojacobson/grimoiredotca/commits/master/wiki/{{ path }}.md">history</a>). +{% 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>). {% endblock %}
\ No newline at end of file |
