Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/tutorials/3817
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit b502418 with merge base a793306 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
Hi @GavinWongYF! Thank you for your pull request and welcome to our community. Action RequiredIn order to merge any pull request (code, docs, etc.), we require contributors to sign our Contributor License Agreement, and we don't seem to have one on file for you. ProcessIn order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA. Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with If you have received this in error or have any questions, please contact us at cla@meta.com. Thanks! |
svekars
left a comment
There was a problem hiding this comment.
Thanks! @sekyondaMeta not sure why their links is v0.4.0 and not available as "stable/". can you take a look when you get the chance?
|
This PR was reopened (likely due to being reverted), so your approval was removed. Please request another review.
Fixes #3811
Description
Fixed two broken links in the Monarch tutorial:
intermediate_source/monarch_distributed_tutorial.rst.On Mar 31, 2026, the Monarch documentation migrated to a multi-version structure (see Monarch PRs #3328, #3333). This removed the root-level
/generated/paths, causing the original links in the tutorial to 404.I have updated the links to the latest stable version v0.4.0, which I have verified to work now.
I checked for a
/stable/or/latest/alias, but the upstream repo hasn't implemented these redirects yet; I will communicate with the Monarch maintainers and update accordingly once those aliases become available.Checklist