From 3a98a0fc0f72afd69feee068b459b70cd57330c5 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 23 Feb 2022 17:38:32 +0200 Subject: fix: use the subplot.tech domain instead of subplot.liw.fi The subplot.liw.fi domain will work, but makes browsers go through an unnecessary redirect to get to subplot.tech. Just point them at the final location directly. Sponsored-by: author --- docs.mdwn | 2 +- ikiwiki.setup | 2 +- index.mdwn | 14 +++++++------- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs.mdwn b/docs.mdwn index f58e14f..d768acc 100644 --- a/docs.mdwn +++ b/docs.mdwn @@ -5,4 +5,4 @@ There is a [[tutorial]] and an [[FAQ]] (with frequently asked questions). See also Subplot's own [subplot][]. -[subplot]: https://doc.subplot.liw.fi/subplot.html +[subplot]: https://doc.subplot.tech/subplot.html diff --git a/ikiwiki.setup b/ikiwiki.setup index b0b6780..92aa79d 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -1,7 +1,7 @@ # IkiWiki::Setup::Yaml - YAML formatted setup file wikiname: Subplot -url: https://subplot.liw.fi +url: https://subplot.tech srcdir: . destdir: ../html add_plugins: diff --git a/index.mdwn b/index.mdwn index 3403cec..bd4f2c8 100644 --- a/index.mdwn +++ b/index.mdwn @@ -56,7 +56,7 @@ The [documentation][] site has examples that are from the Subplot source repository and typeset and tested by CI, so they're always up to date. This means the examples always work. -[documentation]: https://doc.subplot.liw.fi/ +[documentation]: https://doc.subplot.tech/ Below is a pretty minimal example. @@ -99,18 +99,18 @@ then standard error is empty See actual, working, tested examples: * The Unix echo command - ([html](https://doc.subplot.liw.fi/echo.html), - [PDF](https://doc.subplot.liw.fi/echo.pdf), + ([html](https://doc.subplot.tech/echo.html), + [PDF](https://doc.subplot.tech/echo.pdf), [source](https://gitlab.com/subplot/subplot/-/blob/main/examples/echo/echo.md)). * A hypothetical JSON store with access control and a web API - ([html](https://doc.subplot.liw.fi/muck.html), - [PDF](https://doc.subplot.liw.fi/muck.pdf), + ([html](https://doc.subplot.tech/muck.html), + [PDF](https://doc.subplot.tech/muck.pdf), [source](https://gitlab.com/subplot/subplot/-/blob/main/examples/muck/muck.md)). * Subplot's own acceptance criteria, a non-trivial example - ([html](https://doc.subplot.liw.fi/subplot.html), - [PDF](https://doc.subplot.liw.fi/subplot.pdf), + ([html](https://doc.subplot.tech/subplot.html), + [PDF](https://doc.subplot.tech/subplot.pdf), [source](https://gitlab.com/subplot/subplot/-/blob/main/subplot.md)). # Architecture -- cgit v1.2.1