From 58636cb60adaf6ecb660c05e5e52901b413bc342 Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Wed, 11 May 2022 12:45:45 +0100 Subject: [PATCH] Fix links --- docs/installation/7_configuration.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/installation/7_configuration.md b/docs/installation/7_configuration.md index 5c526f388..2b205902c 100644 --- a/docs/installation/7_configuration.md +++ b/docs/installation/7_configuration.md @@ -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)