diff --git a/develop/welcome_and_overview.html b/develop/welcome_and_overview.html
index a3b219b09d..ee4408d5a2 100644
--- a/develop/welcome_and_overview.html
+++ b/develop/welcome_and_overview.html
@@ -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/welcome_and_overview.md" title="Suggest an edit" aria-label="Suggest an edit">
+ <a href="https://github.com/element-hq/synapse/edit/develop/docs/welcome_and_overview.md" title="Suggest an edit" aria-label="Suggest an edit">
<i id="git-edit-button" class="fa fa-edit"></i>
</a>
</div>
@@ -160,9 +160,8 @@
</div>
<h1 id="introduction"><a class="header" href="#introduction">Introduction</a></h1>
-<p>Welcome to the documentation repository for Synapse, a
-<a href="https://matrix.org">Matrix</a> homeserver implementation developed by the matrix.org core
-team.</p>
+<p>Welcome to the documentation repository for Synapse, a
+<a href="https://matrix.org">Matrix</a> homeserver implementation developed by Element.</p>
<h2 id="installing-and-using-synapse"><a class="header" href="#installing-and-using-synapse">Installing and using Synapse</a></h2>
<p>This documentation covers topics for <strong>installation</strong>, <strong>configuration</strong> and
<strong>maintenance</strong> of your Synapse process:</p>
@@ -201,7 +200,7 @@ following documentation:</p>
<li>
<p>Read the <a href="development/contributing_guide.html">Contributing Guide</a>. It is meant
to walk new contributors through the process of developing and submitting a
-change to the Synapse codebase (which is <a href="https://github.com/matrix-org/synapse">hosted on
+change to the Synapse codebase (which is <a href="https://github.com/element.-hq/synapse">hosted on
GitHub</a>).</p>
</li>
<li>
@@ -211,9 +210,9 @@ how to <a href="development/contributing_guide.html#run-the-linters">lint</a> an
<a href="development/contributing_guide.html#8-test-test-test">test</a> your code.</p>
</li>
<li>
-<p>Look at <a href="https://github.com/matrix-org/synapse/issues">the issue tracker</a> for
+<p>Look at <a href="https://github.com/element.-hq/synapse/issues">the issue tracker</a> for
bugs to fix or features to add. If you're new, it may be best to start with
-those labeled <a href="https://github.com/matrix-org/synapse/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22">good first
+those labeled <a href="https://github.com/element.-hq/synapse/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22">good first
issue</a>.</p>
</li>
<li>
@@ -229,17 +228,9 @@ do so!</p>
</li>
<li>
<p>And finally, contribute to this documentation! The source for which is
-<a href="https://github.com/matrix-org/synapse/tree/develop/docs">located here</a>.</p>
+<a href="https://github.com/element.-hq/synapse/tree/develop/docs">located here</a>.</p>
</li>
</ul>
-<h2 id="donating-to-synapse-development"><a class="header" href="#donating-to-synapse-development">Donating to Synapse development</a></h2>
-<p>Want to help keep Synapse going but don't know how to code? Synapse is a
-<a href="https://matrix.org">Matrix.org Foundation</a> project. Consider becoming a
-supporter on <a href="https://liberapay.com/matrixdotorg">Liberapay</a>,
-<a href="https://patreon.com/matrixdotorg">Patreon</a> or through
-<a href="https://paypal.me/matrixdotorg">PayPal</a> via a one-time donation.</p>
-<p>If you are an organisation or enterprise and would like to sponsor development,
-reach out to us over email at: support (at) matrix.org</p>
<h2 id="reporting-a-security-vulnerability"><a class="header" href="#reporting-a-security-vulnerability">Reporting a security vulnerability</a></h2>
<p>If you've found a security issue in Synapse or any other Matrix.org Foundation
project, please report it to us in accordance with our <a href="https://www.matrix.org/security-disclosure-policy/">Security Disclosure
|