Skip to content

Commit 2ffe283

Browse files
guangy10dbort
authored andcommitted
Fix links in top examples/README.md (#946)
Summary: Pull Request resolved: #946 Reviewed By: larryliu0820 Differential Revision: D50328379 fbshipit-source-id: ed4f2056f57dd4fde7f8d59ed5f15f8dc713187e
1 parent 003b8ca commit 2ffe283

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ examples
2828

2929
## Using the examples
3030

31-
A user's journey may commence by exploring the demos located in the [`portable/`](./portable) directory. Here, you will gain insights into the fundamental end-to-end workflow to generate a binary file from a ML model in [portable mode](/docs/website/docs/basics/terminology.md) and run it on the ExecuTorch runtime.
31+
A user's journey may commence by exploring the demos located in the [`portable/`](./portable) directory. Here, you will gain insights into the fundamental end-to-end workflow to generate a binary file from a ML model in [portable mode](../docs/source/concepts.md##portable-mode-lean-mode) and run it on the ExecuTorch runtime.
3232

3333

3434
## Demo of Selective Build
3535

36-
To understand how to deploy the ExecuTorch runtime with optimization for binary size, explore the demos available in the [`selective_build/`](./selective_build) directory. These demos are specifically designed to illustrate the [Selective Build](/docs/website/docs/tutorials/selective_build.md), offering insights into reducing the binary size while maintaining efficiency.
36+
To understand how to deploy the ExecuTorch runtime with optimization for binary size, explore the demos available in the [`selective_build/`](./selective_build) directory. These demos are specifically designed to illustrate the [Selective Build](../docs/source/kernel-library-selective_build.md), offering insights into reducing the binary size while maintaining efficiency.
3737

3838
## Demo of ExecuTorch SDK
3939

@@ -65,4 +65,4 @@ The [`xtensa/`](./xtensa) directory hosts a demo that showcases the process of e
6565

6666
## Dependencies
6767

68-
Various models and workflows listed in this directory have dependencies on some other packages. You need to follow the setup guide in [Setting up ExecuTorch from GitHub](/docs/website/docs/tutorials/00_setting_up_executorch.md) to have appropriate packages installed.
68+
Various models and workflows listed in this directory have dependencies on some other packages. You need to follow the setup guide in [Setting up ExecuTorch from GitHub](../docs/source/getting-started-setup.md) to have appropriate packages installed.

0 commit comments

Comments
 (0)