diff options
author | erikjohnston <erikjohnston@users.noreply.github.com> | 2024-01-17 13:41:27 +0000 |
---|---|---|
committer | erikjohnston <erikjohnston@users.noreply.github.com> | 2024-01-17 13:41:27 +0000 |
commit | 06d99ade02f11e4134d09abe3c6a91fa2e4477b6 (patch) | |
tree | 717a2baa9049e9d1b1bf03a128d4d297c825ac13 | |
parent | deploy: 7890bbb4efa6eae17403a10a16881763d296af5e (diff) | |
download | synapse-06d99ade02f11e4134d09abe3c6a91fa2e4477b6.tar.xz |
deploy: f95cfd898e1e8e649d513ac181ce6a0442b6a2e6
-rw-r--r-- | develop/development/contributing_guide.html | 6 | ||||
-rw-r--r-- | develop/print.html | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/develop/development/contributing_guide.html b/develop/development/contributing_guide.html index 7c832019a2..e30f8861a7 100644 --- a/develop/development/contributing_guide.html +++ b/develop/development/contributing_guide.html @@ -223,8 +223,8 @@ cp docs/sample_log_config.yaml log_config.yaml <ul> <li>Set a <code>server_name</code></li> <li>Adjusting paths to be correct for your system like the <code>log_config</code> to point to the log config you just copied</li> -<li>Using a <a href="https://vector-im.github.io/synapse/latest/usage/configuration/config_documentation.html#database">PostgreSQL database instead of SQLite</a></li> -<li>Adding a <a href="https://vector-im.github.io/synapse/latest/usage/configuration/config_documentation.html#registration_shared_secret"><code>registration_shared_secret</code></a> so you can use <a href="https://vector-im.github.io/synapse/latest/setup/installation.html#registering-a-user"><code>register_new_matrix_user</code> command</a>.</li> +<li>Using a <a href="https://element-hq.github.io/synapse/latest/usage/configuration/config_documentation.html#database">PostgreSQL database instead of SQLite</a></li> +<li>Adding a <a href="https://element-hq.github.io/synapse/latest/usage/configuration/config_documentation.html#registration_shared_secret"><code>registration_shared_secret</code></a> so you can use <a href="https://element-hq.github.io/synapse/latest/setup/installation.html#registering-a-user"><code>register_new_matrix_user</code> command</a>.</li> </ul> <p>And then run Synapse with the following command:</p> <pre><code class="language-sh">poetry run python -m synapse.app.homeserver -c homeserver.yaml @@ -242,7 +242,7 @@ to work on.</p> <h1 id="7-turn-coffee-into-code-and-documentation"><a class="header" href="#7-turn-coffee-into-code-and-documentation">7. Turn coffee into code and documentation!</a></h1> <p>There is a growing amount of documentation located in the <a href="https://github.com/element-hq/synapse/tree/develop/docs"><code>docs</code></a> -directory, with a rendered version <a href="https://vector-im.github.io/synapse">available online</a>. +directory, with a rendered version <a href="https://element-hq.github.io/synapse">available online</a>. This documentation is intended primarily for sysadmins running their own Synapse instance, as well as developers interacting externally with Synapse. diff --git a/develop/print.html b/develop/print.html index fadcfdcab9..de6a4b3c2d 100644 --- a/develop/print.html +++ b/develop/print.html @@ -16491,8 +16491,8 @@ cp docs/sample_log_config.yaml log_config.yaml <ul> <li>Set a <code>server_name</code></li> <li>Adjusting paths to be correct for your system like the <code>log_config</code> to point to the log config you just copied</li> -<li>Using a <a href="https://vector-im.github.io/synapse/latest/usage/configuration/config_documentation.html#database">PostgreSQL database instead of SQLite</a></li> -<li>Adding a <a href="https://vector-im.github.io/synapse/latest/usage/configuration/config_documentation.html#registration_shared_secret"><code>registration_shared_secret</code></a> so you can use <a href="https://vector-im.github.io/synapse/latest/setup/installation.html#registering-a-user"><code>register_new_matrix_user</code> command</a>.</li> +<li>Using a <a href="https://element-hq.github.io/synapse/latest/usage/configuration/config_documentation.html#database">PostgreSQL database instead of SQLite</a></li> +<li>Adding a <a href="https://element-hq.github.io/synapse/latest/usage/configuration/config_documentation.html#registration_shared_secret"><code>registration_shared_secret</code></a> so you can use <a href="https://element-hq.github.io/synapse/latest/setup/installation.html#registering-a-user"><code>register_new_matrix_user</code> command</a>.</li> </ul> <p>And then run Synapse with the following command:</p> <pre><code class="language-sh">poetry run python -m synapse.app.homeserver -c homeserver.yaml @@ -16510,7 +16510,7 @@ to work on.</p> <h1 id="7-turn-coffee-into-code-and-documentation"><a class="header" href="#7-turn-coffee-into-code-and-documentation">7. Turn coffee into code and documentation!</a></h1> <p>There is a growing amount of documentation located in the <a href="https://github.com/element-hq/synapse/tree/develop/docs"><code>docs</code></a> -directory, with a rendered version <a href="https://vector-im.github.io/synapse">available online</a>. +directory, with a rendered version <a href="https://element-hq.github.io/synapse">available online</a>. This documentation is intended primarily for sysadmins running their own Synapse instance, as well as developers interacting externally with Synapse. |