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 | |
| parent | b0c376d2a7ded722cd49f88e515c53632ec75730 (diff) | |
Moved base repo to Bitbucket.
| -rw-r--r-- | .templates/base.html | 2 | ||||
| -rw-r--r-- | .templates/document.html | 4 | ||||
| -rw-r--r-- | .templates/listing.html | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/.templates/base.html b/.templates/base.html index d13e17a..1365c2c 100644 --- a/.templates/base.html +++ b/.templates/base.html @@ -53,7 +53,7 @@ {{ config['wiki-name']|e }} — {% endif %} Powered by <a href="http://markdoc.org/">Markdoc</a>. - {% block github_info %} + {% block scm_info %} <a href="https://github.com/ojacobson/grimoiredotca">See it on GitHub</a>. {% endblock %} </p> 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 diff --git a/.templates/listing.html b/.templates/listing.html index 71c9b31..6365790 100644 --- a/.templates/listing.html +++ b/.templates/listing.html @@ -39,6 +39,6 @@ </div> {% endblock %} -{% block github_info %} -<a href="https://github.com/ojacobson/grimoiredotca/tree/master/wiki/{{ directory }}">See this directory on GitHub</a> (<a href="https://github.com/ojacobson/grimoiredotca/commits/master/wiki/{{ directory }}">history</a>). +{% block scm_info %} +<a href="https://bitbucket.org/ojacobson/grimoire.ca/src/master/wiki/{{ directory }}">See this directory on Bitbucket</a>. {% endblock %} |
