summaryrefslogtreecommitdiffstatshomepage
path: root/posts/new-features-in-weltschmerz.md
diff options
context:
space:
mode:
authorWynn Wolf Arbor2020-07-15 10:49:20 +0200
committerWynn Wolf Arbor2020-07-15 10:49:20 +0200
commit4cc1d86beede1ff83f3abd8707ba8c8879ddab2a (patch)
tree4e1b4d33657167a0f3a92099961ddd0e8b8c0fdc /posts/new-features-in-weltschmerz.md
parentcdfdf8a6ec49051733dba3d01d6c2f4033907ec1 (diff)
downloadsite-4cc1d86beede1ff83f3abd8707ba8c8879ddab2a.tar.gz
Remove .html file ending from linked posts
Caddy supports implied file extensions in 1.0 via the 'ext' directive, and in 2.0 via the 'try_files' directive. This feature has been enabled in the upstream web server for quite a while now, but the links were never updated to be cleaner.
Diffstat (limited to 'posts/new-features-in-weltschmerz.md')
-rw-r--r--posts/new-features-in-weltschmerz.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/posts/new-features-in-weltschmerz.md b/posts/new-features-in-weltschmerz.md
index f189909..b0a0d04 100644
--- a/posts/new-features-in-weltschmerz.md
+++ b/posts/new-features-in-weltschmerz.md
@@ -3,7 +3,7 @@ date: 2020-04-13
author: Wynn Wolf Arbor
Over the past few weeks I have been working on bringing a few new
-features to [weltschmerz](weltschmerz.html), my terminal emulator. One
+features to [weltschmerz](weltschmerz), my terminal emulator. One
of them is the addition of a major VTE feature that I had overlooked
when I first prototyped it: The support for **OSC 8 hyperlinks**.
@@ -17,7 +17,7 @@ management code to make future changes and additions easier. These
improvements include a small bug fix, but are otherwise invisible to the
end user.
-Head on over to the [project page](weltschmerz.html) to get the newest
+Head on over to the [project page](weltschmerz) to get the newest
version right away, or read on to take a closer look at each new
feature.