0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-05-18 11:33:45 +02:00

Fix links

This commit is contained in:
Erik Johnston 2023-12-13 15:15:34 +00:00
parent 74e44c40cc
commit 23a919d267
2 changed files with 2 additions and 2 deletions

View file

@ -30,7 +30,7 @@ msgid ""
"The name that this homeserver will appear as, to clients and other servers " "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 " "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 " "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." "blob/master/docs/delegate.md."
msgstr "" msgstr ""

View file

@ -358,7 +358,7 @@ def setup_logging(
) )
logging.warning("Copyright (c) 2023 New Vector, Inc") logging.warning("Copyright (c) 2023 New Vector, Inc")
logging.warning( 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("Server hostname: %s", config.server.server_name)
logging.info("Instance name: %s", hs.get_instance_name()) logging.info("Instance name: %s", hs.get_instance_name())