docs: fix broken configuration reference links#6582
Merged
khanhtc1202 merged 1 commit intoMar 11, 2026
Conversation
Signed-off-by: Aditya Pratap Singh Shekhawat <adityashekhawat@Adityas-MacBook-Air.local>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #6582 +/- ##
==========================================
- Coverage 28.83% 26.65% -2.18%
==========================================
Files 563 527 -36
Lines 60051 55983 -4068
==========================================
- Hits 17313 14920 -2393
+ Misses 41416 39932 -1484
+ Partials 1322 1131 -191
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Contributor
Author
Looking forward to contribute more |
Merged
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:
Fixes broken links in the Triggering a Deployment documentation page.
The links pointing to the configuration reference were using an incorrect relative path which resulted in a 404.
The issue suggested updating the path to
../configuration-reference/, but since both files are located in the same managing-application directory, the correct relative path is./configuration-reference/Why we need it:
Without this fix, users navigating from the deployment trigger documentation to the configuration reference encounter broken links.
Which issue(s) this PR fixes:
Fixes #6579
Does this PR introduce a user-facing change?:
Yes (documentation improvement)
Users can correctly navigate to the configuration reference from the deployment trigger documentation.
No