Update docs broken links

This commit is contained in:
Leendert de Borst
2026-06-20 12:11:40 +02:00
parent c1f1e9ed85
commit 6b48096e68
2 changed files with 2 additions and 2 deletions

View File

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

View File

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