Skip to content

Commit 84c4eb3

Browse files
committed
fix(docs): remove /docs/ prefix from internal server installation links
Refs keploy/keploy#3649. Docusaurus internal links inside versioned docs route via /<route>, not /docs/<route>. The 16 internal links to /docs/server/installation/ break when Docusaurus resolves them, which surfaces as the broken-anchor warnings reported in the issue. Replacing with /server/installation/ makes the links resolve to the correct page in each version namespace. External keploy.io URLs that legitimately include /docs/ in the path are left alone. Signed-off-by: Trevin Chow <trevin@trevinchow.com>
1 parent 8d2ffb4 commit 84c4eb3

11 files changed

Lines changed: 16 additions & 17 deletions

File tree

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/)
59+
### 🎬 [Start Capturing Testcases](/server/installation/)
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/)

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/)
41+
### 🎬 [Start Capturing Test Cases](/server/installation/)
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/)
71+
### 🎬 [Start Capturing Test Cases](/server/installation/)
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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ If you already have WSL, Go to Step 2.
3131
1. **Enable WSL**
3232

3333
Make sure you’re on:
34-
3534
- **Windows 10** (version 2004 or later, build 19041+)
3635
- **Windows 11**
3736

@@ -61,7 +60,7 @@ If you already have WSL, Go to Step 2.
6160

6261
## What's Next?
6362

64-
### 🎬 [Start Capturing Test Cases](/docs/server/installation/)
63+
### 🎬 [Start Capturing Test Cases](/server/installation/)
6564

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

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/)
59+
### 🎬 [Start Capturing Testcases](/server/installation/)
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/)

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/)
41+
### 🎬 [Start Capturing Testcases](/server/installation/)
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/)

versioned_docs/version-4.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/)
41+
### 🎬 [Start Capturing Test Cases](/server/installation/)
4242

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

versioned_docs/version-4.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/)
71+
### 🎬 [Start Capturing Test Cases](/server/installation/)
7272

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

versioned_docs/version-4.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/)
64+
### 🎬 [Start Capturing Test Cases](/server/installation/)
6565

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

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

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

60-
### 🎬 [Start Capturing Testcases](/docs/server/installation/)
60+
### 🎬 [Start Capturing Testcases](/server/installation/)
6161

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

64-
#### [Back to Installation Guide](/docs/server/installation/)
64+
#### [Back to Installation Guide](/server/installation/)

0 commit comments

Comments
 (0)