aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--content/services/index.md4
-rw-r--r--templates/base.html2
-rw-r--r--templates/index.html2
3 files changed, 4 insertions, 4 deletions
diff --git a/content/services/index.md b/content/services/index.md
index ffdf659..b97ae2f 100644
--- a/content/services/index.md
+++ b/content/services/index.md
@@ -14,5 +14,5 @@ description = "Publicly-available services hosted on cleberg.net."
- [SearXNG](https://search.cleberg.net) - A privacy-respecting, open metasearch engine
See the [git
-log](https://github.com/ccleberg/cleberg.net/commits/main/content/services/index.md)
-for this page if you want to see changes that have been made.
+log](https://git.cleberg.net/cleberg.net.git/log)
+if you want to see changes that have been made.
diff --git a/templates/base.html b/templates/base.html
index 2eb6465..91c231e 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -41,7 +41,7 @@
<footer>
<p>Last build: {{ now() | date(format="%Y-%m-%d %H:%M:%S") }}</p>
- <p><a href="https://github.com/ccleberg/cleberg.net" target="_blank" rel="noopener">Source Code</a></p>
+ <p><a href="https://git.cleberg.net/cleberg.net.git" target="_blank" rel="noopener">Source Code</a></p>
<p><a href="/atom.xml">Atom RSS Feed</a></p>
</footer>
</body>
diff --git a/templates/index.html b/templates/index.html
index a662f27..914f748 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -34,7 +34,7 @@
<ul>
<li>hello [at] cleberg.net (<a href="/gpg.txt">GPG</a>)</li>
<li><a href="https://matrix.to/#/@cyborg:matrix.tchncs.de" target="_blank" rel="noopener">@cyborg:@matrix.tchncs.de</a></li>
- <li><a href="https://github.com/ccleberg/cleberg.net" target="_blank" rel="noopener">GitHub</a></li>
+ <li><a href="https://git.cleberg.net/cleberg.net.git" target="_blank" rel="noopener">GitHub</a></li>
</ul>
</section>
{% endblock content %}