Skip to content

Commit 5625675

Browse files
fix(docs): resolve broken anchors and links in versioned docs
1 parent c1057e8 commit 5625675

File tree

10 files changed

+14
-14
lines changed

10 files changed

+14
-14
lines changed

versioned_docs/version-2.0.0/concepts/platform-requirements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Linux:
2727

2828
| Operating System | Without Docker | Docker Installation | Prerequisites |
2929
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
30-
| <img src="https://www.pngplay.com/wp-content/uploads/3/Apple-Logo-Transparent-Images.png" width="15" height="15" alt="MacOS" /> **MacOS** | [Guide](/keploy-explained/mac-linux.md) | [Guide](/docs/server/installation/#other-installation-methods) | - Docker Desktop version must be 4.25.2 or above<br/> |
30+
| <img src="https://www.pngplay.com/wp-content/uploads/3/Apple-Logo-Transparent-Images.png" width="15" height="15" alt="MacOS" /> **MacOS** | [Guide](/keploy-explained/mac-linux.md) | [Guide](../server/installation.md#other-installation-methods) | - Docker Desktop version must be 4.25.2 or above<br/> |
3131
| <img src="https://upload.wikimedia.org/wikipedia/commons/5/5f/Windows_logo_-_2012.svg" width="15" height="15" alt="Windows" /> **Windows** | <img src="https://upload.wikimedia.org/wikipedia/commons/e/e5/Green_tick_pointed.svg" width="20" height="20" alt="Supported" /> | <img src="https://upload.wikimedia.org/wikipedia/commons/e/e5/Green_tick_pointed.svg" width="20" height="20" alt="Supported" /> | - Use [WSL](https://learn.microsoft.com/en-us/windows/wsl/install#install-wsl-command) `wsl --install` <br/> - Windows 10 version 2004 and higher (Build 19041 and higher) or Windows 11 |
3232
| <img src="https://th.bing.com/th/id/R.7802b52b7916c00014450891496fe04a?rik=r8GZM4o2Ch1tHQ&riu=http%3a%2f%2f1000logos.net%2fwp-content%2fuploads%2f2017%2f03%2fLINUX-LOGO.png&ehk=5m0lBvAd%2bzhvGg%2fu4i3%2f4EEHhF4N0PuzR%2fBmC1lFzfw%3d&risl=&pid=ImgRaw&r=0" width="10" height="10" alt="Linux" /> **Linux** | <img src="https://upload.wikimedia.org/wikipedia/commons/e/e5/Green_tick_pointed.svg" width="20" height="20" alt="Supported" /> | <img src="https://upload.wikimedia.org/wikipedia/commons/e/e5/Green_tick_pointed.svg" width="20" height="20" alt="Supported" /> | Linux kernel 5.15 or higher |
3333

versioned_docs/version-2.0.0/keploy-explained/mac-linux.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ Congratulations! You've successfully set up Keploy natively on MacOS.
5656

5757
## What's Next?
5858

59-
### 🎬 [Start Capturing Testcases](/docs/server/installation/#-capturing-testcases)
59+
### 🎬 [Start Capturing Testcases](../server/installation.md#capturing-testcases)
6060

6161
Begin recording your API calls and generating test cases with Keploy.
6262

63-
#### [Back to Installation Guide](/docs/server/installation/)
63+
#### [Back to Installation Guide](../server/installation.md)

versioned_docs/version-2.0.0/server/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import InstallationGuide from '../concepts/installation.md'
2727

2828
<InstallationGuide/>
2929

30-
## 🎬 Capturing Testcases
30+
## 🎬 Capturing Testcases {#capturing-testcases}
3131

3232
To initiate the recording of API calls, execute this command in your terminal:
3333

versioned_docs/version-3.0.0/concepts/platform-requirements.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ Linux:
2727

2828
| Operating System | Without Docker | Docker Installation | Prerequisites |
2929
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
30-
| <img src="https://www.pngplay.com/wp-content/uploads/3/Apple-Logo-Transparent-Images.png" width="15" height="15" alt="MacOS" /> **MacOS** | [Guide](/keploy-explained/mac-linux.md) | [Guide](/docs/server/installation/#other-installation-methods) | - Docker Desktop version must be 4.25.2 or above <br/> - Ensure that Lima is installed on your machine if you prefer to try without Docker. |
31-
| <img src="https://upload.wikimedia.org/wikipedia/commons/5/5f/Windows_logo_-_2012.svg" width="15" height="15" alt="Windows" /> **Windows** | [Guide](/keploy-explained/windows-wsl.md) | [Guide](/docs/server/installation/#other-installation-methods) | - Use [WSL](https://learn.microsoft.com/en-us/windows/wsl/install#install-wsl-command) `wsl --install` <br/> - Windows 10 version 2004 and higher (Build 19041 and higher) or Windows 11 <br/> - Ensure that Docker Desktop version 4.25.2 or above is installed if you are following the Docker installation guide |
30+
| <img src="https://www.pngplay.com/wp-content/uploads/3/Apple-Logo-Transparent-Images.png" width="15" height="15" alt="MacOS" /> **MacOS** | [Guide](/keploy-explained/mac-linux.md) | [Guide](../server/installation.md#other-installation-methods) | - Docker Desktop version must be 4.25.2 or above <br/> - Ensure that Lima is installed on your machine if you prefer to try without Docker. |
31+
| <img src="https://upload.wikimedia.org/wikipedia/commons/5/5f/Windows_logo_-_2012.svg" width="15" height="15" alt="Windows" /> **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` <br/> - Windows 10 version 2004 and higher (Build 19041 and higher) or Windows 11 <br/> - Ensure that Docker Desktop version 4.25.2 or above is installed if you are following the Docker installation guide |
3232
| <img src="https://th.bing.com/th/id/R.7802b52b7916c00014450891496fe04a?rik=r8GZM4o2Ch1tHQ&riu=http%3a%2f%2f1000logos.net%2fwp-content%2fuploads%2f2017%2f03%2fLINUX-LOGO.png&ehk=5m0lBvAd%2bzhvGg%2fu4i3%2f4EEHhF4N0PuzR%2fBmC1lFzfw%3d&risl=&pid=ImgRaw&r=0" width="10" height="10" alt="Linux" /> **Linux** | <img src="https://upload.wikimedia.org/wikipedia/commons/e/e5/Green_tick_pointed.svg" width="20" height="20" alt="Supported" /> | <img src="https://upload.wikimedia.org/wikipedia/commons/e/e5/Green_tick_pointed.svg" width="20" height="20" alt="Supported" /> | Linux kernel 5.15 or higher |
3333

3434
On MacOS and Windows, additional tools are required for Keploy due to the lack of native eBPF support.

versioned_docs/version-3.0.0/installation/linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ You’ve successfully installed **Keploy on Linux**.
3838

3939
## What's Next?
4040

41-
### 🎬 [Start Capturing Test Cases](/docs/server/installation/#-capturing-testcases)
41+
### 🎬 [Start Capturing Test Cases](../server/installation.md#capturing-testcases)
4242

4343
Begin recording your API calls and automatically generate test cases with Keploy.

versioned_docs/version-3.0.0/installation/macos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Keploy uses eBPF to intercept API calls on network layer and generates test case
6868

6969
## What's Next?
7070

71-
### 🎬 [Start Capturing Test Cases](/docs/server/installation/#-capturing-testcases)
71+
### 🎬 [Start Capturing Test Cases](../server/installation.md#capturing-testcases)
7272

7373
Begin recording your API calls and automatically generate test cases with Keploy.
7474

versioned_docs/version-3.0.0/installation/windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ If you already have WSL, Go to Step 2.
6161

6262
## What's Next?
6363

64-
### 🎬 [Start Capturing Test Cases](/docs/server/installation/#-capturing-testcases)
64+
### 🎬 [Start Capturing Test Cases](../server/installation.md#capturing-testcases)
6565

6666
Begin recording your API calls and automatically generate test cases with Keploy.
6767

versioned_docs/version-3.0.0/keploy-explained/mac-linux.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ Congratulations! You've successfully set up Keploy natively on MacOS.
5656
5757
## What's Next?
5858

59-
### 🎬 [Start Capturing Testcases](/docs/server/installation/#-capturing-testcases)
59+
### 🎬 [Start Capturing Testcases](../server/installation.md#capturing-testcases)
6060

6161
Begin recording your API calls and generating test cases with Keploy.
6262

63-
#### [Back to Installation Guide](/docs/server/installation/)
63+
#### [Back to Installation Guide](../server/installation.md)

versioned_docs/version-3.0.0/keploy-explained/windows-wsl.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ Congratulations! You've successfully set up Keploy natively on Windows.
3838

3939
## What's Next?
4040

41-
### 🎬 [Start Capturing Testcases](/docs/server/installation/#-capturing-testcases)
41+
### 🎬 [Start Capturing Testcases](../server/installation.md#capturing-testcases)
4242

4343
Begin recording your API calls and generating test cases with Keploy.
4444

45-
#### [Back to Installation Guide](/docs/server/installation/)
45+
#### [Back to Installation Guide](../server/installation.md)

versioned_docs/version-3.0.0/server/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import InstallationGuide from '../concepts/installation.md'
2727

2828
<InstallationGuide/>
2929

30-
## 🎬 Capturing Testcases
30+
## 🎬 Capturing Testcases {#capturing-testcases}
3131

3232
To initiate the recording of API calls, execute this command in your terminal:
3333

0 commit comments

Comments
 (0)