From c67663b3b73630aa46471dd2644fed10867301b1 Mon Sep 17 00:00:00 2001 From: Mauricio Siu Date: Fri, 23 Jan 2026 23:47:10 +0200 Subject: [PATCH] fix: update link to security recommendations in installation documentation - Corrected the link to the security recommendations section in the installation guide to point to the appropriate remote servers documentation. --- apps/docs/content/docs/core/installation.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/docs/content/docs/core/installation.mdx b/apps/docs/content/docs/core/installation.mdx index 0f8ff1f..7123fed 100644 --- a/apps/docs/content/docs/core/installation.mdx +++ b/apps/docs/content/docs/core/installation.mdx @@ -122,5 +122,5 @@ Once you have verified that your domain is working correctly, you can disable IP docker service update --publish-rm "published=3000,target=3000,mode=host" dokploy ``` -To further secure your installation, consider reading the [Security recommendations](/docs/core/multi-server/security#security-recommendations) section. +To further secure your installation, consider reading the [Security recommendations](/docs/core/remote-servers/security#security-recommendations) section.