summary refs log tree commit diff
path: root/latest/development
diff options
context:
space:
mode:
authorreivilibre <reivilibre@users.noreply.github.com>2024-01-31 12:04:56 +0000
committerreivilibre <reivilibre@users.noreply.github.com>2024-01-31 12:04:56 +0000
commita586cbd7ea72774bdd4a4fcfd0d98327267c8260 (patch)
tree999820ca785a49996a7b8efee3ea0dd661412a9c /latest/development
parentdeploy: f3664556820efca054c9215e8ff24146cfde2648 (diff)
downloadsynapse-a586cbd7ea72774bdd4a4fcfd0d98327267c8260.tar.xz
deploy: 4a5ea43f1bc32e58ce99a0c2f91c912e7afa753c
Diffstat (limited to 'latest/development')
-rw-r--r--latest/development/contributing_guide.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/latest/development/contributing_guide.html b/latest/development/contributing_guide.html
index 7c832019a2..e30f8861a7 100644
--- a/latest/development/contributing_guide.html
+++ b/latest/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.