Fix dead links in documentation - #1
Merged
Merged
Conversation
Co-authored-by: logica0419 <84759675+logica0419@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix errors in CI due to incorrect links
Fix dead links in documentation
Jan 29, 2026
logica0419
marked this pull request as ready for review
January 29, 2026 03:55
There was a problem hiding this comment.
Pull request overview
This PR fixes dead links in the documentation that were causing VitePress build failures. Four broken links referencing the non-existent /4-rootfs/1-mount-rootfs/ path have been corrected to point to the actual directory /4-rootfs/1-mount/.
Changes:
- Updated all markdown link references from
/4-rootfs/1-mount-rootfs/to/4-rootfs/1-mount/
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| docs/4-rootfs/3-pivot-root/index.md | Fixed link reference on line 19 to correctly point to the mount documentation |
| docs/3-namespace/3-mount/index.md | Fixed three link references on lines 9, 101, and 131 to correctly point to the mount documentation |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
logica0419
approved these changes
Jan 29, 2026
Owner
|
@copilot Merge this! |
Contributor
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
VitePress build was failing due to 4 dead links referencing
/4-rootfs/1-mount-rootfs/when the actual directory is/4-rootfs/1-mount/.Changes
docs/4-rootfs/3-pivot-root/index.md: Fixed link reference (1 occurrence)docs/3-namespace/3-mount/index.md: Fixed link references (3 occurrences)All instances of
/4-rootfs/1-mount-rootfs/replaced with/4-rootfs/1-mount/.Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.