summaryrefslogtreecommitdiff
path: root/index.mdwn
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-02-23 17:38:32 +0200
committerLars Wirzenius <liw@liw.fi>2022-02-23 17:38:32 +0200
commit3a98a0fc0f72afd69feee068b459b70cd57330c5 (patch)
tree4a7cde700a26577c57f5b1e3d3092eb3abdbd1ea /index.mdwn
parent9a949410ffefa524ace4c51ca23b5567bd947fc0 (diff)
downloadsubplot.liw.fi-3a98a0fc0f72afd69feee068b459b70cd57330c5.tar.gz
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
Diffstat (limited to 'index.mdwn')
-rw-r--r--index.mdwn14
1 files changed, 7 insertions, 7 deletions
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