-
Notifications
You must be signed in to change notification settings - Fork 607
Update GH link in docs #5493
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update GH link in docs #5493
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/5493
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 52e11de with merge base 47f4f07 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
@kirklandsign has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
@kirklandsign merged this pull request in 16673f9. |
@pytorchbot cherry-pick --onto release/0.4 -c docs |
Cherry picking #5493The cherry pick PR is at #5496 The following tracker issues are updated: Details for Dev Infra teamRaised by workflow job |
Summary: pytorch#5475 moved the images to static folder, pytorch#5493 updated some of it but missed out on the delegate specific docs. This diff, fixes that by replacing the image URLs that are broken Differential Revision: D63135522
* Update GH link in docs (#5493) Summary: Should use the raw link instead of GH web link Pull Request resolved: #5493 Reviewed By: shoumikhin Differential Revision: D63040432 Pulled By: kirklandsign fbshipit-source-id: f6b8f1ec4fe2d7ac1c5f25cc1c727279a9d20065 (cherry picked from commit 16673f9) * Fix link --------- Co-authored-by: Hansong Zhang <[email protected]> Co-authored-by: Hansong Zhang <[email protected]>
Summary: Pull Request resolved: #5514 #5475 moved the images to static folder, #5493 updated some of it but missed out on the delegate specific docs. This diff, fixes that by replacing the image URLs that are broken Reviewed By: cmodi-meta, svekars, kirklandsign Differential Revision: D63135522 fbshipit-source-id: 10071b0428c203eef38500852e64f71e13ec1315
Summary: Pull Request resolved: #5514 #5475 moved the images to static folder, #5493 updated some of it but missed out on the delegate specific docs. This diff, fixes that by replacing the image URLs that are broken Reviewed By: cmodi-meta, svekars, kirklandsign Differential Revision: D63135522 fbshipit-source-id: 10071b0428c203eef38500852e64f71e13ec1315 (cherry picked from commit 7de3f81)
Fix broken images in docs (#5514) Summary: Pull Request resolved: #5514 #5475 moved the images to static folder, #5493 updated some of it but missed out on the delegate specific docs. This diff, fixes that by replacing the image URLs that are broken Reviewed By: cmodi-meta, svekars, kirklandsign Differential Revision: D63135522 fbshipit-source-id: 10071b0428c203eef38500852e64f71e13ec1315 (cherry picked from commit 7de3f81) Co-authored-by: Riandy Riandy <[email protected]>
Should use the raw link instead of GH web link