docs: replace relative markdown links with Hugo relref in concepts docs#8512
Open
Aditya7880900936 wants to merge 3 commits intoenvoyproxy:mainfrom
Open
docs: replace relative markdown links with Hugo relref in concepts docs#8512Aditya7880900936 wants to merge 3 commits intoenvoyproxy:mainfrom
Aditya7880900936 wants to merge 3 commits intoenvoyproxy:mainfrom
Conversation
✅ Deploy Preview for cerulean-figolla-1f9435 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Signed-off-by: Aditya7880900936 <adityasanskarsrivastav788@gmail.com>
Signed-off-by: Aditya7880900936 <adityasanskarsrivastav788@gmail.com>
Signed-off-by: Aditya7880900936 <adityasanskarsrivastav788@gmail.com>
3d60cf6 to
add3678
Compare
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.
What this PR does / why we need it
This PR replaces filesystem-relative markdown links in the
site/content/en/latest/concepts/documentation with Hugo
relrefshortcodes.Using relative
.mdlinks can lead to broken navigation in the generated site because Hugogenerates routed URLs that do not match the repository directory structure. The
relrefshortcode ensures that links are resolved correctly across versions, languages, and future
directory refactors.
This change improves documentation reliability and navigation consistency.
Scope of changes
This PR updates relative links only within the following concepts documentation pages:
Testing
make docslocallyRelease Notes
No release note required (documentation-only change).
Fixes
Fixes #6061