Skip to content

Commit d8fcaf9

Browse files
committed
Update broken links in index.rst
1 parent 15314bb commit d8fcaf9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

index.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -806,21 +806,21 @@ Welcome to PyTorch Tutorials
806806
:header: Using the ExecuTorch SDK to Profile a Model
807807
:card_description: Explore how to use the ExecuTorch SDK to profile, debug, and visualize ExecuTorch models
808808
:image: _static/img/ExecuTorch-Logo-cropped.svg
809-
:link: https://pytorch.org/executorch/stable/tutorials/sdk-integration-tutorial.html
809+
:link: https://docs.pytorch.org/executorch/main/tutorials/devtools-integration-tutorial.html
810810
:tags: Edge
811811

812812
.. customcarditem::
813813
:header: Building an ExecuTorch iOS Demo App
814814
:card_description: Explore how to set up the ExecuTorch iOS Demo App, which uses the MobileNet v3 model to process live camera images leveraging three different backends: XNNPACK, Core ML, and Metal Performance Shaders (MPS).
815815
:image: _static/img/ExecuTorch-Logo-cropped.svg
816-
:link: https://pytorch.org/executorch/stable/demo-apps-ios.html
816+
:link: https://github.com/pytorch-labs/executorch-examples/tree/main/mv3/apple/executorchdemo
817817
:tags: Edge
818818

819819
.. customcarditem::
820820
:header: Building an ExecuTorch Android Demo App
821821
:card_description: Learn how to set up the ExecuTorch Android Demo App for image segmentation tasks using the DeepLab v3 model and XNNPACK FP32 backend.
822822
:image: _static/img/ExecuTorch-Logo-cropped.svg
823-
:link: https://pytorch.org/executorch/stable/demo-apps-android.html
823+
:link: https://github.com/pytorch-labs/executorch-examples/tree/main/dl3/android/DeepLabV3Demo#executorch-android-demo-app
824824
:tags: Edge
825825

826826
.. customcarditem::
@@ -1123,9 +1123,9 @@ Additional Resources
11231123

11241124
Exporting to ExecuTorch Tutorial <https://pytorch.org/executorch/stable/tutorials/export-to-executorch-tutorial.html>
11251125
Running an ExecuTorch Model in C++ Tutorial < https://pytorch.org/executorch/stable/running-a-model-cpp-tutorial.html>
1126-
Using the ExecuTorch SDK to Profile a Model <https://pytorch.org/executorch/stable/tutorials/sdk-integration-tutorial.html>
1127-
Building an ExecuTorch iOS Demo App <https://pytorch.org/executorch/stable/demo-apps-ios.html>
1128-
Building an ExecuTorch Android Demo App <https://pytorch.org/executorch/stable/demo-apps-android.html>
1126+
Using the ExecuTorch SDK to Profile a Model <https://docs.pytorch.org/executorch/main/tutorials/devtools-integration-tutorial.html>
1127+
Building an ExecuTorch iOS Demo App <https://github.com/pytorch-labs/executorch-examples/tree/main/mv3/apple/executorchdemo>
1128+
Building an ExecuTorch Android Demo App <https://github.com/pytorch-labs/executorch-examples/tree/main/dl3/android/DeepLabV3Demo#executorch-android-demo-app>
11291129
Lowering a Model as a Delegate <https://pytorch.org/executorch/stable/examples-end-to-end-to-lower-model-to-delegate.html>
11301130

11311131
.. toctree::

0 commit comments

Comments
 (0)