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 --- index.mdwn | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'index.mdwn') 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