Fix links

This commit is contained in:
Neil Alexander 2022-05-11 12:45:45 +01:00
parent af9190574e
commit 58636cb60a
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -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)