Skip to content

Conversation

@aram356
Copy link
Collaborator

@aram356 aram356 commented Jan 28, 2026

Summary

The VitePress documentation build was failing with 16 dead link errors in ONBOARDING.md. This PR fixes all broken links by:

  1. Converting source file links to inline code - VitePress cannot resolve paths to files outside its scope, so links like [crates/fastly/src/main.rs](../crates/fastly/src/main.rs) are now formatted as inline code: `crates/fastly/src/main.rs`

  2. Converting root markdown links to GitHub URLs - Files like README.md, CONTRIBUTING.md, etc. are in the repo root, not the docs/ folder, so VitePress can't resolve them. These now link directly to GitHub.

Test plan

  • Run cd docs && npm run build - completes without dead link errors

Resolves: #210

Convert source file links to inline code format and root markdown
file links to GitHub URLs, since VitePress cannot resolve paths
outside its scope.

Resolves: #210

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Copy link
Collaborator

@prk-Jr prk-Jr left a comment

Choose a reason for hiding this comment

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

Looks good to me 👍

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.

Fix dead links in documentation

3 participants