From 554af1abf3106636f3134e6ea740cf42d47fe29b Mon Sep 17 00:00:00 2001 From: Shahed Nasser Date: Tue, 1 Aug 2023 11:11:22 +0300 Subject: [PATCH] docs: fix configurations link in backend install (#4634) --- docs/content/development/backend/install.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/development/backend/install.mdx b/docs/content/development/backend/install.mdx index 5f30bea1d2..d18160da93 100644 --- a/docs/content/development/backend/install.mdx +++ b/docs/content/development/backend/install.mdx @@ -146,7 +146,7 @@ You can access `/health` to get health status of your backend. }, { type: 'link', - href: '/development/backend/install', + href: '/development/backend/configurations', label: 'Backend Configurations', customProps: { icon: Icons['tools-solid'],