docs: fix broken links (#3911) - #3957
Open
adityasharmaaaaa wants to merge 1 commit into
Open
Conversation
Fixes 4 genuinely dead links (renamed/moved targets) and adds 2 lycheeignore entries for pytorch.org/cppdocs and NNCF autoapi links that 404 for the CI bot but resolve fine for real clients.
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/tutorials/3957
Note: Links to docs will display an error until the docs builds have been completed. This comment was automatically generated by Dr. CI and updates every 15 minutes. |
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.
Fixes #3911
Summary
The monthly link checker flagged 25 broken links across 8 files. On investigation, these split into two distinct categories that needed different fixes.
1. Genuinely broken links (4) — fixed in source
intermediate_source/dist_tuto.rstcea-hpc.github.io/clustershellclustershell.readthedocs.iocea-hpc→clustershell) and its docs to Read the Docs; the old GitHub Pages site no longer exists.intermediate_source/monarch_distributed_tutorial.rst.../monarch/blob/main/scripts/install_nightly.pymeta-pytorch.org/monarch/installation.htmlintermediate_source/rpc_param_server_tutorial.rstcs.cmu.edu/~muli/file/parameter_server_osdi14.pdfusenix.org/.../osdi14-paper-li_mu.pdfintermediate_source/rpc_tutorial.rst2. False positives (21) — added to
.lycheeignoreThe remaining flagged links (
pytorch.org/cppdocs/*pages and two NNCF autoapi anchors) all resolve correctly and return real content when fetched normally. I manually verified several representative pages (e.g.classat_1_1_tensor.html,library_root.html, and both flagged NNCF anchors) — all 200 OK with correct content.The CI runner is very likely being bot/rate-limit blocked by these CDNs (a known pattern for GitHub Actions IP ranges), not encountering real 404s. Per this repo's own
MonthlyLinkCheck.ymlguidance ("If link is valid but failing... consider adding it to.lycheeignore"), I added two regex entries with comments explaining why, so future runs don't get a false failure on these same pages.Testing