From 3c5335434c6c0b0c18e37714ea873dcf55c34627 Mon Sep 17 00:00:00 2001
From: Owen Jacobson
Date: Sat, 10 Mar 2018 21:58:45 -0500
Subject: Switch links back to Github.
---
.templates/base.html | 2 +-
.templates/document.html | 2 +-
.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 Markdoc.
{% block scm_info %}
- See it on Bitbucket.
+ See it on Github.
{% endblock %}
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 %}
-See this page on Bitbucket (history).
+See this page on Github (history).
{% 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 %}
-See this directory on Bitbucket.
+See this directory on Github.
{% endblock %}
--
cgit v1.2.3