diff options
| author | Owen Jacobson <owen.jacobson@grimoire.ca> | 2014-05-28 16:15:18 -0400 |
|---|---|---|
| committer | Owen Jacobson <owen.jacobson@grimoire.ca> | 2014-05-28 16:15:18 -0400 |
| commit | 571a30048859b86f0195fed1d85013c93e57aecf (patch) | |
| tree | baeae494a49253678ad14879352c5674f72092f3 /.templates/document.html | |
| parent | b0c376d2a7ded722cd49f88e515c53632ec75730 (diff) | |
Moved base repo to Bitbucket.
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 |
