diff --git a/versioned_docs/version-2.0.0/concepts/platform-requirements.md b/versioned_docs/version-2.0.0/concepts/platform-requirements.md
index 36ed4bc99..fb4958b72 100644
--- a/versioned_docs/version-2.0.0/concepts/platform-requirements.md
+++ b/versioned_docs/version-2.0.0/concepts/platform-requirements.md
@@ -27,7 +27,7 @@ Linux:
| Operating System | Without Docker | Docker Installation | Prerequisites |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-|
**MacOS** | [Guide](/keploy-explained/mac-linux.md) | [Guide](/server/installation/) | - Docker Desktop version must be 4.25.2 or above
|
+|
**MacOS** | [Guide](/keploy-explained/mac-linux.md) | [Guide](/server/installation.md#other-installation-methods) | - Docker Desktop version must be 4.25.2 or above
|
|
**Windows** |
|
| - Use [WSL](https://learn.microsoft.com/en-us/windows/wsl/install#install-wsl-command) `wsl --install`
- Windows 10 version 2004 and higher (Build 19041 and higher) or Windows 11 |
|
**Linux** |
|
| Linux kernel 5.15 or higher |
diff --git a/versioned_docs/version-2.0.0/keploy-explained/mac-linux.md b/versioned_docs/version-2.0.0/keploy-explained/mac-linux.md
index f5a839465..2f8432a51 100644
--- a/versioned_docs/version-2.0.0/keploy-explained/mac-linux.md
+++ b/versioned_docs/version-2.0.0/keploy-explained/mac-linux.md
@@ -56,8 +56,8 @@ Congratulations! You've successfully set up Keploy natively on MacOS.
## What's Next?
-### 🎬 [Start Capturing Testcases](/docs/server/installation/)
+### 🎬 [Start Capturing Testcases](/server/installation.md#-capturing-testcases)
Begin recording your API calls and generating test cases with Keploy.
-#### [Back to Installation Guide](/docs/server/installation/)
+#### [Back to Installation Guide](/server/installation.md)
diff --git a/versioned_docs/version-3.0.0/concepts/platform-requirements.md b/versioned_docs/version-3.0.0/concepts/platform-requirements.md
index 98fb3cfd8..f03103168 100644
--- a/versioned_docs/version-3.0.0/concepts/platform-requirements.md
+++ b/versioned_docs/version-3.0.0/concepts/platform-requirements.md
@@ -27,8 +27,8 @@ Linux:
| Operating System | Without Docker | Docker Installation | Prerequisites |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-|
**MacOS** | [Guide](/keploy-explained/mac-linux.md) | [Guide](/server/installation/) | - Docker Desktop version must be 4.25.2 or above
- Ensure that Lima is installed on your machine if you prefer to try without Docker. |
-|
**Windows** | [Guide](/keploy-explained/windows-wsl.md) | [Guide](/server/installation/) | - Use [WSL](https://learn.microsoft.com/en-us/windows/wsl/install#install-wsl-command) `wsl --install`
- Windows 10 version 2004 and higher (Build 19041 and higher) or Windows 11
- Ensure that Docker Desktop version 4.25.2 or above is installed if you are following the Docker installation guide |
+|
**MacOS** | [Guide](/keploy-explained/mac-linux.md) | [Guide](/server/installation.md#other-installation-methods) | - Docker Desktop version must be 4.25.2 or above
- Ensure that Lima is installed on your machine if you prefer to try without Docker. |
+|
**Windows** | [Guide](/keploy-explained/windows-wsl.md) | [Guide](/server/installation.md#other-installation-methods) | - Use [WSL](https://learn.microsoft.com/en-us/windows/wsl/install#install-wsl-command) `wsl --install`
- Windows 10 version 2004 and higher (Build 19041 and higher) or Windows 11
- Ensure that Docker Desktop version 4.25.2 or above is installed if you are following the Docker installation guide |
|
**Linux** |
|
| Linux kernel 5.15 or higher |
On MacOS and Windows, additional tools are required for Keploy due to the lack of native eBPF support.
diff --git a/versioned_docs/version-3.0.0/installation/linux.md b/versioned_docs/version-3.0.0/installation/linux.md
index a3001ddb6..691e0e532 100644
--- a/versioned_docs/version-3.0.0/installation/linux.md
+++ b/versioned_docs/version-3.0.0/installation/linux.md
@@ -38,6 +38,6 @@ You’ve successfully installed **Keploy on Linux**.
## What's Next?
-### 🎬 [Start Capturing Test Cases](/docs/server/installation/)
+### 🎬 [Start Capturing Test Cases](/server/installation.md#-capturing-testcases)
Begin recording your API calls and automatically generate test cases with Keploy.
diff --git a/versioned_docs/version-3.0.0/installation/macos.md b/versioned_docs/version-3.0.0/installation/macos.md
index d0fe68756..785f53c0d 100644
--- a/versioned_docs/version-3.0.0/installation/macos.md
+++ b/versioned_docs/version-3.0.0/installation/macos.md
@@ -68,7 +68,7 @@ Keploy uses eBPF to intercept API calls on network layer and generates test case
## What's Next?
-### 🎬 [Start Capturing Test Cases](/docs/server/installation/)
+### 🎬 [Start Capturing Test Cases](/server/installation.md#-capturing-testcases)
Begin recording your API calls and automatically generate test cases with Keploy.
diff --git a/versioned_docs/version-3.0.0/installation/windows.md b/versioned_docs/version-3.0.0/installation/windows.md
index dee4c24d3..3e080caa8 100644
--- a/versioned_docs/version-3.0.0/installation/windows.md
+++ b/versioned_docs/version-3.0.0/installation/windows.md
@@ -61,7 +61,7 @@ If you already have WSL, Go to Step 2.
## What's Next?
-### 🎬 [Start Capturing Test Cases](/docs/server/installation/)
+### 🎬 [Start Capturing Test Cases](/server/installation.md#-capturing-testcases)
Begin recording your API calls and automatically generate test cases with Keploy.
diff --git a/versioned_docs/version-3.0.0/keploy-explained/mac-linux.md b/versioned_docs/version-3.0.0/keploy-explained/mac-linux.md
index 95de48e72..9d361ab83 100644
--- a/versioned_docs/version-3.0.0/keploy-explained/mac-linux.md
+++ b/versioned_docs/version-3.0.0/keploy-explained/mac-linux.md
@@ -56,8 +56,8 @@ Congratulations! You've successfully set up Keploy natively on MacOS.
## What's Next?
-### 🎬 [Start Capturing Testcases](/docs/server/installation/)
+### 🎬 [Start Capturing Testcases](/server/installation.md#-capturing-testcases)
Begin recording your API calls and generating test cases with Keploy.
-#### [Back to Installation Guide](/docs/server/installation/)
+#### [Back to Installation Guide](/server/installation.md)
diff --git a/versioned_docs/version-3.0.0/keploy-explained/windows-wsl.md b/versioned_docs/version-3.0.0/keploy-explained/windows-wsl.md
index 75705390a..5a1e051b4 100644
--- a/versioned_docs/version-3.0.0/keploy-explained/windows-wsl.md
+++ b/versioned_docs/version-3.0.0/keploy-explained/windows-wsl.md
@@ -38,8 +38,8 @@ Congratulations! You've successfully set up Keploy natively on Windows.
## What's Next?
-### 🎬 [Start Capturing Testcases](/docs/server/installation/)
+### 🎬 [Start Capturing Testcases](/server/installation.md#-capturing-testcases)
Begin recording your API calls and generating test cases with Keploy.
-#### [Back to Installation Guide](/docs/server/installation/)
+#### [Back to Installation Guide](/server/installation.md)