docs(dgdr): repoint moved doc links at the release tree - #12618
Merged
pvijayakrish merged 2 commits intoAug 4, 2026
Conversation
The DGDR README linked the walkthrough and reference as absolute blob/main URLs. #12373 restructured the docs tree on main and moved both pages, so those URLs now 404 and lychee fails on every PR targeting release/1.4.0. #12373 already fixed this on main by switching to relative paths. That commit was never cherry-picked here, and its paths would not apply anyway: release/1.4.0 predates the restructure and still carries the pages at docs/fern/kubernetes/. Point at those instead. Relative links also stop this recurring, since they resolve against the branch's own tree rather than whatever main looks like today. Signed-off-by: Dan Gil <dagil@nvidia.com>
Contributor
Collaborator
Author
|
/ok to test 7d26763 |
This was referenced Aug 4, 2026
pvijayakrish
approved these changes
Aug 4, 2026
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.
Summary
Unblocks
lycheeonrelease/1.4.0. Two lines.The DGDR README links the walkthrough and reference as absolute
blob/mainURLs:#12373 restructured the docs tree on
mainand moved both pages, so the URLs stopped resolving. Because they point atmainrather than at this branch, the breakage lands here.Why not just take main's version
#12373 already fixed this on
mainby switching to relative paths, but that commit was never cherry-picked here, and its paths would not apply:release/1.4.0predates the restructure and still carries both pages atdocs/fern/kubernetes/. Verified both targets exist on this branch.Relative links also stop this recurring, since they resolve against the branch's own tree instead of whatever
mainlooks like today.Impact
lycheecurrently fails on every PR targetingrelease/1.4.0, including the two P0 cherry-picks #12595 and #12604 and the CP #12584. This is the onlylycheeerror reported in the run.