diff options
author | Erik Johnston <erikj@element.io> | 2024-01-17 13:40:00 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-17 13:40:00 +0000 |
commit | f95cfd898e1e8e649d513ac181ce6a0442b6a2e6 (patch) | |
tree | 2e4f5f83bcca9b922fd5814c42bb7191a3f198b4 /docs | |
parent | Merge branch 'master' into develop (diff) | |
download | synapse-f95cfd898e1e8e649d513ac181ce6a0442b6a2e6.tar.xz |
Fix broken links in issue template (#16810)
This happened during the migration
Diffstat (limited to 'docs')
-rw-r--r-- | docs/development/contributing_guide.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/development/contributing_guide.md b/docs/development/contributing_guide.md index 08de320b1b..19be6858cd 100644 --- a/docs/development/contributing_guide.md +++ b/docs/development/contributing_guide.md @@ -99,8 +99,8 @@ Now edit `homeserver.yaml`, things you might want to change include: - Set a `server_name` - Adjusting paths to be correct for your system like the `log_config` to point to the log config you just copied -- Using a [PostgreSQL database instead of SQLite](https://vector-im.github.io/synapse/latest/usage/configuration/config_documentation.html#database) -- Adding a [`registration_shared_secret`](https://vector-im.github.io/synapse/latest/usage/configuration/config_documentation.html#registration_shared_secret) so you can use [`register_new_matrix_user` command](https://vector-im.github.io/synapse/latest/setup/installation.html#registering-a-user). +- Using a [PostgreSQL database instead of SQLite](https://element-hq.github.io/synapse/latest/usage/configuration/config_documentation.html#database) +- Adding a [`registration_shared_secret`](https://element-hq.github.io/synapse/latest/usage/configuration/config_documentation.html#registration_shared_secret) so you can use [`register_new_matrix_user` command](https://element-hq.github.io/synapse/latest/setup/installation.html#registering-a-user). And then run Synapse with the following command: @@ -132,7 +132,7 @@ to work on. There is a growing amount of documentation located in the [`docs`](https://github.com/element-hq/synapse/tree/develop/docs) -directory, with a rendered version [available online](https://vector-im.github.io/synapse). +directory, with a rendered version [available online](https://element-hq.github.io/synapse). This documentation is intended primarily for sysadmins running their own Synapse instance, as well as developers interacting externally with Synapse. |