Skip to content

Conversation

@VishalPainjane
Copy link

What has changed?

This PR fixes multiple broken internal links and anchors in the versioned documentation (v2 and v3) that were causing build failures.

Specifically, it addresses:

  1. Updated incorrect relative paths (swapping ../../ to ../) in quickstart guides, platform requirements, and installation docs to correctly point to server/installation.md.
  2. Added explicit anchors {#capturing-testcases} to server/installation.md in both v2.0.0 and v3.0.0 docs to ensure deep linking works reliably.
  3. Fixed platform specific pages (mac-linux.md, windows-wsl.md) to point to the correct installation headers.

This PR Resolves #3649 issue in keploy repo

Type of change

  • Bug fix (non-breaking change which fixes an issue).
  • New feature (non-breaking change which adds functionality).
  • Breaking change (fix or feature that would cause existing functionality to not work as expected).
  • Documentation update (if none of the other choices apply).

How Has This Been Tested?

I ran npm run build locally to verify that all broken link errors are resolved.

Build Output:
swappy-20260126_185135

Checklist:

  • My code follows the style guidelines of this project.
  • I have performed a self-review of my own code.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you and congratulations 🎉 for opening your very first pull request in keploy

Signed-off-by: Vishal Painjane <painjanevishal2204@gmail.com>
Signed-off-by: Vishal Painjane <138028102+VishalPainjane@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant