fix: broken links and redirect in docs (#4741)

This commit is contained in:
Dhruwang Jariwala
2025-02-17 15:17:50 +05:30
committed by GitHub
parent ae70ff2901
commit f3d21c50ab
26 changed files with 308 additions and 104 deletions
+2 -2
View File
@@ -72,7 +72,7 @@ Once the setup is running, open [**http://localhost:3000**](http://localhost:300
## Update
Please take a look at our [migration guide](/migration-guide) for version specific steps to update Formbricks.
Please take a look at our [migration guide](/self-hosting/advanced/migration) for version specific steps to update Formbricks.
* Pull the latest Formbricks image
@@ -142,7 +142,7 @@ You can close the logs again by hitting `CTRL + C`.
<Note>
**Customizing environment variables**
To edit any of the available environment variables, check out our [Configure](/configuration) section!
To edit any of the available environment variables, check out our [Configure](/self-hosting/configuration) section!
</Note>
If you have any questions or require help, feel free to reach out to us on [**GitHub Discussions**](https://github.com/formbricks/formbricks/discussions). 😃[
+1 -1
View File
@@ -14,7 +14,7 @@ If youre looking to quickly set up a production instance of Formbricks on an
This setup uses **Traefik** as a **reverse proxy**, essential for directing incoming traffic to the correct container and enabling secure internet access to Formbricks. Traefik is chosen for its simplicity and automatic SSL management via Lets Encrypt.
</Note>
For other operating systems or a more customized installation, please refer to the advanced installation guide with [Docker](/self-hosting/docker).
For other operating systems or a more customized installation, please refer to the advanced installation guide with [Docker](/self-hosting/setup/docker).
### Requirements