-
Notifications
You must be signed in to change notification settings - Fork 608
Fix broken images in docs #5514
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
Conversation
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
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/5514
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New Failure, 1 Unrelated FailureAs of commit 3360763 with merge base b5741a6 ( NEW FAILURE - The following job has failed:
FLAKY - The following job failed but was likely due to flakiness present on trunk:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D63135522 |
This pull request has been merged in 7de3f81. |
@pytorchbot cherry-pick --onto release/0.4 -c docs |
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)
Cherry picking #5514The cherry pick PR is at #5545 The following tracker issues are updated: Details for Dev Infra teamRaised by workflow job |
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]>
Summary:
#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
Differential Revision: D63135522