diff options
| author | Paul Buetow <git@mx.buetow.org> | 2021-04-30 19:58:46 +0100 |
|---|---|---|
| committer | Paul Buetow <git@mx.buetow.org> | 2021-05-21 05:11:04 +0100 |
| commit | 5d89d15024e0b5416d1c52032b0e7bf9fea94fb6 (patch) | |
| tree | 8c93371e3308dfb9536dfb8fa65c4b98ab0cbf61 /content/html | |
| parent | b3df5490a7d97668fa23cf7d7a54377d4b8195bc (diff) | |
use correct atom link by protocol
Diffstat (limited to 'content/html')
| -rw-r--r-- | content/html/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/html/index.html b/content/html/index.html index 0303d427..6d47b7dc 100644 --- a/content/html/index.html +++ b/content/html/index.html @@ -37,7 +37,7 @@ li { color: #98be65; } <h2>Personal blog</h2> <p>English is not my mother tongue. So please ignore any errors you might encounter.</p> <h3>Stay updated</h3> -<a class="textlink" href="http://buetow.org/gemfeed/atom.xml">Atom Feed</a><br /> +<a class="textlink" href="./gemfeed/atom.xml">Atom Feed</a><br /> <h3>Posts</h3> <a class="textlink" href="./gemfeed/2021-04-24-welcome-to-the-geminispace.html">2021-04-24 Welcome to the Geminispace</a><br /> <a class="textlink" href="./gemfeed/2021-04-22-dtail-the-distributed-log-tail-program.html">2021-04-22 DTail - The distributed log tail program</a><br /> |
