Skip to content

Commit 7ad4fa1

Browse files
rascaniclaude
authored andcommitted
Fix broken Ethos-U tutorial reference in embedded-section (#18382)
### Summary The tutorial was moved from docs/source/tutorial-arm-ethos-u.md to docs/source/backends/arm-ethos-u/tutorials/ethos-u-getting-started.md by docgen but this reference was not updated. Co-authored-by: Claude <noreply@anthropic.com> (cherry picked from commit 5ae3bf2)
1 parent 60fcdcb commit 7ad4fa1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/embedded-section.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Start here for C++ development with ExecuTorch runtime APIs and essential tutori
2424

2525
## Tutorials
2626

27-
- {doc}`tutorial-arm-ethos-u` — Export a simple PyTorch model for the ExecuTorch Ethos-U backend
27+
- {doc}`backends/arm-ethos-u/tutorials/ethos-u-getting-started` — Export a simple PyTorch model for the ExecuTorch Ethos-U backend
2828
- {doc}`raspberry_pi_llama_tutorial` — Deploy a LLaMA model on a Raspberry Pi
2929
- {doc}`pico2_tutorial` — Deploy a demo MNIST model on the Raspberry Pi Pico 2
3030

@@ -38,6 +38,6 @@ extension-tensor
3838
using-executorch-cpp
3939
using-executorch-building-from-source
4040
embedded-backends
41-
tutorial-arm-ethos-u
41+
backends/arm-ethos-u/tutorials/ethos-u-getting-started
4242
raspberry_pi_llama_tutorial
4343
pico2_tutorial

0 commit comments

Comments
 (0)