diff options
author | Wolfgang Müller | 2021-07-04 12:52:05 +0200 |
---|---|---|
committer | Wolfgang Müller | 2021-07-04 12:52:05 +0200 |
commit | 14f1c1351f577ec90deda76960c0d513325b9a77 (patch) | |
tree | ce0bc635ab9ba1539404f4faacc0d6550160906a | |
parent | 75d2c2ef8292a7d13faebcb237f7fb4c185cb1e4 (diff) | |
download | site-14f1c1351f577ec90deda76960c0d513325b9a77.tar.gz |
posts: Link to manuals on git.oriole.systems
Originally we hosted manuals on oriole.systems/man because we did not
yet have a git repository browser that could render manuals on the fly.
Now that we do, retire the old location and directly link to the repo's
about pages instead. This saves us from having to keep man/ up-to-date
as manuals on cgit are updated automatically.
-rw-r--r-- | posts/quarg.md | 2 | ||||
-rw-r--r-- | posts/weltschmerz.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/posts/quarg.md b/posts/quarg.md index ab2f5a2..9a1fcdc 100644 --- a/posts/quarg.md +++ b/posts/quarg.md @@ -34,7 +34,7 @@ for versions under 1.0.0 either, please consult the commit log instead. ## Usage & Configuration -See [`quarg(1)`](/man/quarg.1.html). +See [`quarg(1)`](https://git.oriole.systems/quarg/about/quarg.1). You can use quarg without installing it by invoking it like so: diff --git a/posts/weltschmerz.md b/posts/weltschmerz.md index cd428e1..b87e32c 100644 --- a/posts/weltschmerz.md +++ b/posts/weltschmerz.md @@ -33,7 +33,7 @@ terminal emulator for daily use. ## Usage & Configuration -See [`weltschmerz(1)`](/man/weltschmerz.1.html). +See [`weltschmerz(1)`](https://git.oriole.systems/weltschmerz/about/weltschmerz.1). ## Build |