diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2022-03-08 15:02:59 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-08 15:02:59 -0500 |
commit | 9a0172d49f3da46c615304c7df3353494500fd49 (patch) | |
tree | 067bd43f8c087df6f0c4f5d2c8eb056965fff500 /docs/federate.md | |
parent | Use `ParamSpec` in type hints for `synapse.logging.context` (#12150) (diff) | |
download | synapse-9a0172d49f3da46c615304c7df3353494500fd49.tar.xz |
Clean-up demo scripts & documentation (#12143)
* Rewrites the demo documentation to be clearer, accurate, and moves it to our documentation tree. * Improvements to the demo scripts: * `clean.sh` now runs `stop.sh` first to avoid zombie processes. * Uses more modern Synapse configuration (and removes some obsolete configuration). * Consistently use the HTTP ports for server name, etc. * Remove the `demo/etc` directory and place everything into the `demo/808x` directories.
Diffstat (limited to 'docs/federate.md')
-rw-r--r-- | docs/federate.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/federate.md b/docs/federate.md index 5107f995be..df4c87da51 100644 --- a/docs/federate.md +++ b/docs/federate.md @@ -63,4 +63,5 @@ release of Synapse. If you want to get up and running quickly with a trio of homeservers in a private federation, there is a script in the `demo` directory. This is mainly -useful just for development purposes. See [demo/README](https://github.com/matrix-org/synapse/tree/develop/demo/). +useful just for development purposes. See +[demo scripts](https://matrix-org.github.io/synapse/develop/development/demo.html). |