Skip to content

Commit 58ebdcc

Browse files
pytorchbotrascaniclaude
authored
Fix broken Ethos-U tutorial reference in embedded-section (#18423)
### 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: RJ Ascani <rja@meta.com> Co-authored-by: Claude <noreply@anthropic.com>
1 parent b4ba8e4 commit 58ebdcc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)