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/welcome_and_overview.html | |
parent | deploy: 13e3740f7043858815790d128cf8fb37fff37ce6 (diff) | |
download | synapse-6f837065541a3f50ee81a89affafe0b5ff1db744.tar.xz |
deploy: 2927008e48ecb6ea5d24e622d7b2fffe94c45c44
Diffstat (limited to 'latest/welcome_and_overview.html')
-rw-r--r-- | latest/welcome_and_overview.html | 27 |
1 files changed, 9 insertions, 18 deletions
diff --git a/latest/welcome_and_overview.html b/latest/welcome_and_overview.html index 0a6965d6e2..3000c91d2b 100644 --- a/latest/welcome_and_overview.html +++ b/latest/welcome_and_overview.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/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 |