From 23a919d2678b361aad0ea4f74f82606df77b7dcf Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Wed, 13 Dec 2023 15:15:34 +0000 Subject: [PATCH] Fix links --- debian/po/templates.pot | 2 +- synapse/config/logger.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/po/templates.pot b/debian/po/templates.pot index 710ec94c4..bf320a5ff 100644 --- a/debian/po/templates.pot +++ b/debian/po/templates.pot @@ -30,7 +30,7 @@ msgid "" "The name that this homeserver will appear as, to clients and other servers " "via federation. This is normally the public hostname of the server running " "synapse, but can be different if you set up delegation. Please refer to the " -"delegation documentation in this case: https://github.com/vector-im/synapse/" +"delegation documentation in this case: https://github.com/element-hq/synapse/" "blob/master/docs/delegate.md." msgstr "" diff --git a/synapse/config/logger.py b/synapse/config/logger.py index 48fdfdd8e..3a1a307b0 100644 --- a/synapse/config/logger.py +++ b/synapse/config/logger.py @@ -358,7 +358,7 @@ def setup_logging( ) logging.warning("Copyright (c) 2023 New Vector, Inc") logging.warning( - "Licensed under the AGPL 3.0 license. Website: https://github.com/vector-im/synapse" + "Licensed under the AGPL 3.0 license. Website: https://github.com/element-hq/synapse" ) logging.info("Server hostname: %s", config.server.server_name) logging.info("Instance name: %s", hs.get_instance_name())