summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2022-01-23 15:05:24 +0000
committerPaul Buetow <paul@buetow.org>2022-01-23 15:05:24 +0000
commit10f0d630bfa4c50fda18c45832b81f5870c6e3ba (patch)
tree05c729f561c136caa9c8729d1f75be25b01f0159
parent3fd7e9bb16d00f0db19c1beafb1cedb1c86a5380 (diff)
fix links
-rw-r--r--README.md4
-rw-r--r--footer.html.part2
2 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 2c3daeb..414f5ac 100644
--- a/README.md
+++ b/README.md
@@ -6,8 +6,8 @@ This is the source code of my personal internet site and blog engine. All conten
* Via Gemini/Gemtext: [gemini://foo.zone](gemini://foo.zone) (You need a Gemini client for this)
* Via "normal" HTML: [https://foo.zone](https://foo.zone) (Actually it's XHTML Transitional 1.0)
* Via [Gemini Webproxy](https://portal.mozz.us/gemini/foo.zone)
-* Via [Codeberg Markdown](https://codeberg.org/snonux/foo.zone/src/branch/content-md/index.md)
-* Via Codeberg Page (with custom domain): [https://www2.foo.zone](https://www2.foo.zone) (from HTML)
+* Via [Codeberg Markdown](https://codeberg.org/snonux/foozone/src/branch/content-md/index.md)
+* Via Codeberg Page (with custom domain): [https://www2.buetow.org](https://www2.buetow.org) (from HTML)
* Via GitHub Page: It's possible to create a GitHub page from the Markdown output but I won't demo it anymore as I moved this project to Codeberg.
Have a look at the `content-*` branches of the [foo.zone Git](https://codeberg.org/snonux/foo.zone) project for static content examples.
diff --git a/footer.html.part b/footer.html.part
index 58c65f0..5e0c6f4 100644
--- a/footer.html.part
+++ b/footer.html.part
@@ -1,7 +1,7 @@
<p class="footer">
Generated with <a href="https://codeberg.org/foozone/gemtexter">Gemtexter</a> |
served by <a href="https://www.OpenBSD.org">OpenBSD</a>/<a href="https://man.openbsd.org/httpd.8">httpd(8)</a> |
-<a href="https://www2.%%DOMAIN%%/site-mirrors.html">Site Mirrors</a>
+<a href="https://www2.buetow.org/site-mirrors.html">Site Mirrors</a>
</p>
</body>
</html>