mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-06 13:43:09 -06:00
Fix links
This commit is contained in:
parent
af9190574e
commit
58636cb60a
|
|
@ -19,7 +19,7 @@ sections:
|
|||
|
||||
First of all, you will need to configure the server name of your Matrix homeserver.
|
||||
This must match the domain name that you have selected whilst [configuring the domain
|
||||
name delegation](domainname.md).
|
||||
name delegation](2_domainname.md).
|
||||
|
||||
In the `global` section, set the `server_name` to your delegated domain name:
|
||||
|
||||
|
|
@ -31,7 +31,7 @@ global:
|
|||
|
||||
## Server signing keys
|
||||
|
||||
Next, you should tell Dendrite where to find your [server signing keys](signingkey.md).
|
||||
Next, you should tell Dendrite where to find your [server signing keys](4_signingkey.md).
|
||||
|
||||
In the `global` section, set the `private_key` to the path to your server signing key:
|
||||
|
||||
|
|
@ -81,7 +81,7 @@ one address in the `addresses` field.
|
|||
|
||||
## Database connections
|
||||
|
||||
Configuring database connections varies based on the [database configuration](database.md)
|
||||
Configuring database connections varies based on the [database configuration](3_database.md)
|
||||
that you chose.
|
||||
|
||||
### Global connection pool (monolith with a single PostgreSQL database only)
|
||||
|
|
|
|||
Loading…
Reference in a new issue