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..21d4a0010 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..2f9e49e34 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-2.0.0/server/installation.md b/versioned_docs/version-2.0.0/server/installation.md
index 2abc3dfa4..90b6c3917 100644
--- a/versioned_docs/version-2.0.0/server/installation.md
+++ b/versioned_docs/version-2.0.0/server/installation.md
@@ -27,7 +27,7 @@ import InstallationGuide from '../concepts/installation.md'
-## 🎬 Capturing Testcases
+## 🎬 Capturing Testcases {#capturing-testcases}
To initiate the recording of API calls, execute this command in your terminal:
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..b4bc4bc72 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..1623eda36 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..7f86616a6 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..201c95dfb 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..310133ffd 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..94bab2bd9 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)
diff --git a/versioned_docs/version-3.0.0/server/installation.md b/versioned_docs/version-3.0.0/server/installation.md
index 2dfcd450e..771859a41 100644
--- a/versioned_docs/version-3.0.0/server/installation.md
+++ b/versioned_docs/version-3.0.0/server/installation.md
@@ -27,7 +27,7 @@ import InstallationGuide from '../concepts/installation.md'
-## 🎬 Capturing Testcases
+## 🎬 Capturing Testcases {#capturing-testcases}
To initiate the recording of API calls, execute this command in your terminal: