diff options
author | anoadragon453 <anoadragon453@users.noreply.github.com> | 2024-01-16 16:12:52 +0000 |
---|---|---|
committer | anoadragon453 <anoadragon453@users.noreply.github.com> | 2024-01-16 16:12:52 +0000 |
commit | 6f837065541a3f50ee81a89affafe0b5ff1db744 (patch) | |
tree | 34f5bfe3e6ead663a511e638732958502296eb04 /latest/federate.html | |
parent | deploy: 13e3740f7043858815790d128cf8fb37fff37ce6 (diff) | |
download | synapse-6f837065541a3f50ee81a89affafe0b5ff1db744.tar.xz |
deploy: 2927008e48ecb6ea5d24e622d7b2fffe94c45c44
Diffstat (limited to 'latest/federate.html')
-rw-r--r-- | latest/federate.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/latest/federate.html b/latest/federate.html index 798e56c31e..ef35a7d801 100644 --- a/latest/federate.html +++ b/latest/federate.html @@ -115,7 +115,7 @@ <!-- Versions will be added dynamically in version-picker.js --> </ul> </div> - </div> + </div> </div> <h1 class="menu-title">Synapse</h1> @@ -124,10 +124,10 @@ <a href="print.html" title="Print this book" aria-label="Print this book"> <i id="print-button" class="fa fa-print"></i> </a> - <a href="https://github.com/matrix-org/synapse" title="Git repository" aria-label="Git repository"> + <a href="https://github.com/element-hq/synapse" title="Git repository" aria-label="Git repository"> <i id="git-repository-button" class="fa fa-github"></i> </a> - <a href="https://github.com/matrix-org/synapse/edit/develop/docs/federate.md" title="Suggest an edit" aria-label="Suggest an edit"> + <a href="https://github.com/element-hq/synapse/edit/develop/docs/federate.md" title="Suggest an edit" aria-label="Suggest an edit"> <i id="git-edit-button" class="fa fa-edit"></i> </a> </div> @@ -203,7 +203,7 @@ in the HTTP library used by Synapse, 308 redirects are currently not followed by federating servers, which can cause <code>M_UNKNOWN</code> or <code>401 Unauthorized</code> errors. This may affect users who are redirecting apex-to-www (e.g. <code>example.com</code> -> <code>www.example.com</code>), and especially users of the Kubernetes <em>Nginx Ingress</em> module, which uses 308 redirect -codes by default. For those Kubernetes users, <a href="https://stackoverflow.com/a/52617528/5096871">this Stackoverflow post</a> +codes by default. For those Kubernetes users, <a href="https://stackoverflow.com/a/52617528/5096871">this Stackoverflow post</a> might be helpful. For other users, switching to a <code>301 Moved Permanently</code> code may be an option. 308 redirect codes will be supported properly in a future release of Synapse.</p> @@ -211,7 +211,7 @@ release of Synapse.</p> <p>If you want to get up and running quickly with a trio of homeservers in a private federation, there is a script in the <code>demo</code> directory. This is mainly useful just for development purposes. See -<a href="https://matrix-org.github.io/synapse/develop/development/demo.html">demo scripts</a>.</p> +<a href="https://element-hq.github.io/synapse/develop/development/demo.html">demo scripts</a>.</p> </main> |