Fix links
This commit is contained in:
parent
74e44c40cc
commit
23a919d267
|
@ -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 ""
|
||||
|
||||
|
|
|
@ -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())
|
||||
|
|
Loading…
Reference in New Issue