summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBrian Picciano <mediocregopher@gmail.com>2024-05-19 22:27:26 +0200
committerBrian Picciano <mediocregopher@gmail.com>2024-05-19 22:38:12 +0200
commita6342a3748beaee1ec3c2dc662af6deec0c3959d (patch)
treebe3a25d2b3e8c91af0ad94c0f24f87d71ae852f4 /src
parent332e983da476974805a3a0d53bfedaebe73a9fcb (diff)
Fix source code link in HTTP/gemini
Diffstat (limited to 'src')
-rw-r--r--src/gmi/tpl/footer.gmi2
-rw-r--r--src/http/tpl/base.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/gmi/tpl/footer.gmi b/src/gmi/tpl/footer.gmi
index 04a6562..839eae1 100644
--- a/src/gmi/tpl/footer.gmi
+++ b/src/gmi/tpl/footer.gmi
@@ -5,6 +5,6 @@
{{ end -}}
-=> https://dev.mediocregopher.com/mediocre-blog.git Source
+=> https://dev.mediocregopher.com/mediocre-blog/ Source
=> {{ .RootURL.Path "wtfpl.txt" }} License for all content, if you must have one
diff --git a/src/http/tpl/base.html b/src/http/tpl/base.html
index f0419d5..ec937fe 100644
--- a/src/http/tpl/base.html
+++ b/src/http/tpl/base.html
@@ -113,7 +113,7 @@
&nbsp;/&nbsp;
<a href="{{ .RootURL.Path "feed.xml" }}">RSS</a>
&nbsp;//&nbsp;
- <a href="https://dev.mediocregopher.com/mediocre-blog.git">Source</a>
+ <a href="https://dev.mediocregopher.com/mediocre-blog/">Source</a>
&nbsp;/&nbsp;
<a href="{{ .RootURL.Static "wtfpl.txt" }}">License</a>
</header>