From 2a919e13138715e53f78b0cf03e0bca25b01b403 Mon Sep 17 00:00:00 2001 From: Santhoshkumar <117272529+Santhosh-testsigma@users.noreply.github.com> Date: Tue, 23 Jan 2024 16:27:00 +0530 Subject: [PATCH 1/2] fix: Replaced 404 URL with proper URL (#350) --- src/pages/docs/troubleshooting/on-prem/general-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/docs/troubleshooting/on-prem/general-issues.md b/src/pages/docs/troubleshooting/on-prem/general-issues.md index 58bfdf21..bee1b3b4 100644 --- a/src/pages/docs/troubleshooting/on-prem/general-issues.md +++ b/src/pages/docs/troubleshooting/on-prem/general-issues.md @@ -34,7 +34,7 @@ contextual_links: --- -This article explains general issues encountered while setting up and running docker on-premises. *For more information, refer to [on-prem setup](https://testsigma.com/docs/on-premise%20setup/setup/).* +This article explains general issues encountered while setting up and running docker on-premises. *For more information, refer to [on-prem setup](https://testsigma.com/docs/on-premise-setup/setup/).* --- From ef5107cadbb4449e729b4ac6f6332ed51d62c909 Mon Sep 17 00:00:00 2001 From: Santhoshkumar <117272529+Santhosh-testsigma@users.noreply.github.com> Date: Tue, 23 Jan 2024 17:30:05 +0530 Subject: [PATCH 2/2] fix: Replaced 404 URL with proper URL (#352) --- src/components/navcards.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/navcards.jsx b/src/components/navcards.jsx index b50e37a1..1b96956f 100644 --- a/src/components/navcards.jsx +++ b/src/components/navcards.jsx @@ -152,7 +152,7 @@ const data = [ id: 25, title: "On Premise Setup", description: "On Premise setup prerequisites, steps to install & more.", - path: "/docs/on-premise%20setup/prerequisites/", + path: "/docs/on-premise-setup/prerequisites/", }, { id: 26,