summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs.mdwn2
-rw-r--r--ikiwiki.setup2
-rw-r--r--index.mdwn14
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