summaryrefslogtreecommitdiff
path: root/.templates/listing.html
diff options
context:
space:
mode:
Diffstat (limited to '.templates/listing.html')
-rw-r--r--.templates/listing.html4
1 files changed, 2 insertions, 2 deletions
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 %}