From 164d5d36a350193abab1f0a41c61fe7510cd4623 Mon Sep 17 00:00:00 2001 From: Trevin Chow Date: Mon, 4 May 2026 03:24:37 -0700 Subject: [PATCH] fix(docs): remove /docs/ prefix from internal server installation links Refs keploy/keploy#3649. Docusaurus internal links inside versioned docs route via /, not /docs/. 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 --- versioned_docs/version-2.0.0/keploy-explained/mac-linux.md | 4 ++-- versioned_docs/version-3.0.0/installation/linux.md | 2 +- versioned_docs/version-3.0.0/installation/macos.md | 2 +- versioned_docs/version-3.0.0/installation/windows.md | 3 +-- versioned_docs/version-3.0.0/keploy-explained/mac-linux.md | 4 ++-- versioned_docs/version-3.0.0/keploy-explained/windows-wsl.md | 4 ++-- versioned_docs/version-4.0.0/installation/linux.md | 2 +- versioned_docs/version-4.0.0/installation/macos.md | 2 +- versioned_docs/version-4.0.0/installation/windows.md | 2 +- versioned_docs/version-4.0.0/keploy-explained/mac-linux.md | 4 ++-- versioned_docs/version-4.0.0/keploy-explained/windows-wsl.md | 4 ++-- 11 files changed, 16 insertions(+), 17 deletions(-) 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..932817c0e 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/) Begin recording your API calls and generating test cases with Keploy. -#### [Back to Installation Guide](/docs/server/installation/) +#### [Back to Installation Guide](/server/installation/) diff --git a/versioned_docs/version-3.0.0/installation/linux.md b/versioned_docs/version-3.0.0/installation/linux.md index a3001ddb6..7f30b5dc2 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/) 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..bf4aa5f7b 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/) 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..c116d2d88 100644 --- a/versioned_docs/version-3.0.0/installation/windows.md +++ b/versioned_docs/version-3.0.0/installation/windows.md @@ -31,7 +31,6 @@ If you already have WSL, Go to Step 2. 1. **Enable WSL** Make sure you’re on: - - **Windows 10** (version 2004 or later, build 19041+) - **Windows 11** @@ -61,7 +60,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/) 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..0ee163568 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/) Begin recording your API calls and generating test cases with Keploy. -#### [Back to Installation Guide](/docs/server/installation/) +#### [Back to Installation Guide](/server/installation/) 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..f0e3b674d 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/) Begin recording your API calls and generating test cases with Keploy. -#### [Back to Installation Guide](/docs/server/installation/) +#### [Back to Installation Guide](/server/installation/) diff --git a/versioned_docs/version-4.0.0/installation/linux.md b/versioned_docs/version-4.0.0/installation/linux.md index a3001ddb6..7f30b5dc2 100644 --- a/versioned_docs/version-4.0.0/installation/linux.md +++ b/versioned_docs/version-4.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/) Begin recording your API calls and automatically generate test cases with Keploy. diff --git a/versioned_docs/version-4.0.0/installation/macos.md b/versioned_docs/version-4.0.0/installation/macos.md index d0fe68756..bf4aa5f7b 100644 --- a/versioned_docs/version-4.0.0/installation/macos.md +++ b/versioned_docs/version-4.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/) Begin recording your API calls and automatically generate test cases with Keploy. diff --git a/versioned_docs/version-4.0.0/installation/windows.md b/versioned_docs/version-4.0.0/installation/windows.md index 4e42c36e2..edcd82eb7 100644 --- a/versioned_docs/version-4.0.0/installation/windows.md +++ b/versioned_docs/version-4.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/) Begin recording your API calls and automatically generate test cases with Keploy. diff --git a/versioned_docs/version-4.0.0/keploy-explained/mac-linux.md b/versioned_docs/version-4.0.0/keploy-explained/mac-linux.md index 42ef246f7..5a804ffb2 100644 --- a/versioned_docs/version-4.0.0/keploy-explained/mac-linux.md +++ b/versioned_docs/version-4.0.0/keploy-explained/mac-linux.md @@ -57,8 +57,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/) Begin recording your API calls and generating test cases with Keploy. -#### [Back to Installation Guide](/docs/server/installation/) +#### [Back to Installation Guide](/server/installation/) diff --git a/versioned_docs/version-4.0.0/keploy-explained/windows-wsl.md b/versioned_docs/version-4.0.0/keploy-explained/windows-wsl.md index a9c9123a0..4ef47cc55 100644 --- a/versioned_docs/version-4.0.0/keploy-explained/windows-wsl.md +++ b/versioned_docs/version-4.0.0/keploy-explained/windows-wsl.md @@ -39,8 +39,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/) Begin recording your API calls and generating test cases with Keploy. -#### [Back to Installation Guide](/docs/server/installation/) +#### [Back to Installation Guide](/server/installation/)