diff --git a/docs/docs/installation/docker-compose/troubleshooting.md b/docs/docs/installation/docker-compose/troubleshooting.md index 6a4248273..587196ba8 100644 --- a/docs/docs/installation/docker-compose/troubleshooting.md +++ b/docs/docs/installation/docker-compose/troubleshooting.md @@ -107,7 +107,7 @@ docker compose up -d 3. Check your server's firewall settings 4. Verify that your ISP/hosting provider allows SMTP traffic and does not block port 25 -Refer to the [installation guide](./#3-email-server-setup) for more information on how to configure your DNS records and ports. +Refer to the [installation guide](../#3-email-server-setup) for more information on how to configure your DNS records and ports. ### 3. Admin app not working via your own reverse proxy diff --git a/docs/docs/installation/script/troubleshooting.md b/docs/docs/installation/script/troubleshooting.md index 1b0bfddcb..eccc7bcd0 100644 --- a/docs/docs/installation/script/troubleshooting.md +++ b/docs/docs/installation/script/troubleshooting.md @@ -95,7 +95,7 @@ If you are not receiving emails on your aliases, check the following: - Check your server's firewall settings - Verify that your ISP/hosting provider allows SMTP traffic -Refer to the [installation guide](./#3-email-server-setup) for more information on how to configure your DNS records and ports. +Refer to the [installation guide](../#3-email-server-setup) for more information on how to configure your DNS records and ports. ### 4. Forgot AliasVault Admin Password If you have lost your admin password, you can reset it by running the install script with the `reset-admin-password` option. This will generate a new random password and update the .env file with it. After that it will restart the AliasVault containers to apply the changes.