From 023a0aa8966c72d1b814c4fc59a2e9bbd0236394 Mon Sep 17 00:00:00 2001 From: Mark Saroufim Date: Wed, 26 Jul 2023 10:00:52 -0700 Subject: [PATCH] Broken links --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bfb1c71e881..f99c27d7b8d 100644 --- a/README.md +++ b/README.md @@ -30,10 +30,10 @@ Compared to the legacy Lite Interpreter, there are some major benefits: ## Quick Links -- [Basics: Terminology](/docs/website/docs/basics/terminology.md) -- [Exporting to Executorch](/docs/website/docs/tutorials/exported_to_executorch.md) +- [Basics: Terminology](/docs/website/docs/basics/terminology.md) +- [Exporting to Executorch](/docs/website/docs/tutorials/exporting_to_executorch.md)) - [EXIR Spec](/docs/website/docs/ir_spec/00_exir.md) - - [Delegate to a backend](/docs/website/docs/tutorials/backends.md) + - [Delegate to a backend](/docs/tutorials/backend_delegate.md) - [Wiki (internal-only)](https://www.internalfb.com/intern/wiki/PyTorch/Using_PyTorch/Executorch/) - [Static docs website (internal-only)](https://www.internalfb.com/intern/staticdocs/executorch/) - [Testing (internal-only)](https://www.internalfb.com/intern/staticdocs/executorch/docs/fb/poc/)