From 187765e98256ea4e38f137c0a7e4965b984cd974 Mon Sep 17 00:00:00 2001 From: Anthony Shoumikhin Date: Mon, 14 Apr 2025 15:47:23 -0700 Subject: [PATCH] Update README.md (#10168) (cherry picked from commit bb22d63ac483c1072dca090dd569028242ba139a) --- backends/xnnpack/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/backends/xnnpack/README.md b/backends/xnnpack/README.md index 967a852599a..0bb5ffe7383 100644 --- a/backends/xnnpack/README.md +++ b/backends/xnnpack/README.md @@ -131,6 +131,6 @@ create an issue on [github](https://www.github.com/pytorch/executorch/issues). ## See Also -For more information about the XNNPACK Delegate, please check out the following resources: -- [ExecuTorch XNNPACK Delegate](https://pytorch.org/executorch/0.2/native-delegates-executorch-xnnpack-delegate.html) -- [Building and Running ExecuTorch with XNNPACK Backend](https://pytorch.org/executorch/0.2/native-delegates-executorch-xnnpack-delegate.html) +For more information about the XNNPACK Backend, please check out the following resources: +- [XNNPACK Backend](https://pytorch.org/executorch/main/backends-xnnpack.html) +- [XNNPACK Backend Internals](https://pytorch.org/executorch/main/backend-delegates-xnnpack-reference.html)