Fix links again

This commit is contained in:
Neil Alexander 2022-05-11 12:47:09 +01:00
parent 58636cb60a
commit 83ea119d62
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. 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 This must match the domain name that you have selected whilst [configuring the domain
name delegation](2_domainname.md). name delegation](domainname).
In the `global` section, set the `server_name` to your delegated domain name: In the `global` section, set the `server_name` to your delegated domain name:
@ -31,7 +31,7 @@ global:
## Server signing keys ## Server signing keys
Next, you should tell Dendrite where to find your [server signing keys](4_signingkey.md). Next, you should tell Dendrite where to find your [server signing keys](signingkeys).
In the `global` section, set the `private_key` to the path to your server signing key: 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 ## Database connections
Configuring database connections varies based on the [database configuration](3_database.md) Configuring database connections varies based on the [database configuration](database)
that you chose. that you chose.
### Global connection pool (monolith with a single PostgreSQL database only) ### Global connection pool (monolith with a single PostgreSQL database only)