From d09c32015074e7e98a7789dc07f3c37acabd5f2f Mon Sep 17 00:00:00 2001 From: Daniel Hougaard <62331820+DanielHougaard@users.noreply.github.com> Date: Tue, 23 Jul 2024 15:27:23 +0200 Subject: [PATCH] fix: bad documentation link --- .../deployment-options/native/standalone-binary.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/self-hosting/deployment-options/native/standalone-binary.mdx b/docs/self-hosting/deployment-options/native/standalone-binary.mdx index 5a5724120..5767ca948 100644 --- a/docs/self-hosting/deployment-options/native/standalone-binary.mdx +++ b/docs/self-hosting/deployment-options/native/standalone-binary.mdx @@ -11,7 +11,7 @@ This is one of the easiest ways to deploy Infisical. It is a single executable, The standalone deployment implements the "bring your own database" (BYOD) approach. This means that you will need to provide your own databases (specifically Postgres and Redis) for the Infisical services to use. The standalone deployment does not include any databases. If you wish to streamline the deployment process, we recommend using the Ansible role for Infisical. The Ansible role automates the end to end deployment process, and will take care of everything like databases, redis deployment, web serving, and availability. -- [Automated Deployment with high availability (HA)](/docs/self-hosting/deployment-options/native/high-availability) +- [Automated Deployment with high availability (HA)](/self-hosting/deployment-options/native/high-availability) ## Prerequisites