diff options
| -rw-r--r-- | .templates/base.html | 2 | ||||
| -rw-r--r-- | .templates/document.html | 2 | ||||
| -rw-r--r-- | .templates/listing.html | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/.templates/base.html b/.templates/base.html index 6acc9b9..3682f72 100644 --- a/.templates/base.html +++ b/.templates/base.html @@ -52,7 +52,7 @@ {% endif %} Powered by <a href="https://github.com/zacharyvoase/markdoc">Markdoc</a>. {% block scm_info %} - <a href="https://bitbucket.org/ojacobson/grimoire.ca">See it on Bitbucket</a>. + <a href="https://github.org/grimoire-ca/bliki">See it on Github</a>. {% endblock %} </p> </div> 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 %} diff --git a/.templates/listing.html b/.templates/listing.html index 6365790..8964b82 100644 --- a/.templates/listing.html +++ b/.templates/listing.html @@ -40,5 +40,5 @@ {% endblock %} {% block scm_info %} -<a href="https://bitbucket.org/ojacobson/grimoire.ca/src/master/wiki/{{ directory }}">See this directory on Bitbucket</a>. +<a href="https://github.com/grimoire-ca/bliki/tree/master/wiki/{{ directory }}">See this directory on Github</a>. {% endblock %} |
