Skip to content

Commit 12bcaf6

Browse files
dbortfacebook-github-bot
authored andcommitted
Remove final references to /docs/website/... (#1094)
Summary: Pull Request resolved: #1094 portable/README.md: Use the same path as a similar link later in the document. xnnpack/README.md: The URLs were broken; point to the public website, which will render them more nicely. These are the last references to `docs/website` apart from files that actually live under `docs/website`. Reviewed By: mergennachin Differential Revision: D50627786 fbshipit-source-id: 37ec0bf2b85eae6f75a6640c7917459f33607044
1 parent 097d09b commit 12bcaf6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/portable/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ExecuTorch in Portable Mode
22

3-
This dir contains demos to illustrate an end-to-end workflow of using ExecuTorch in [portable mode](/docs/website/docs/basics/terminology.md).
3+
This dir contains demos to illustrate an end-to-end workflow of using ExecuTorch in [portable mode](../../docs/source/concepts.md#portable-mode-lean-mode).
44

55

66
## Directory structure

examples/xnnpack/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# XNNPACK Backend
22

33
[XNNPACK](https://github.com/google/XNNPACK) is a library of optimized neural network operators for ARM and x86 CPU platforms. Our delegate lowers models to run using these highly optimized CPU operators. You can try out lowering and running some example models in the demo. Please refer to the following docs for information on the XNNPACK Delegate
4-
- [XNNPACK Backend Delegate Overview](https://github.com/pytorch/executorch/blob/main/docs/website/docs/source/native-delegates-executorch-xnnpack-delegate.md)
5-
- [XNNPACK Delegate Export Tutorial](https://github.com/pytorch/executorch/blob/main/docs/website/docs/source/tutorial-xnnpack-delegate-lowering.md)
4+
- [XNNPACK Backend Delegate Overview](https://pytorch.org/executorch/stable/native-delegates-executorch-xnnpack-delegate.html)
5+
- [XNNPACK Delegate Export Tutorial](https://pytorch.org/executorch/stable/tutorial-xnnpack-delegate-lowering.html)
66

77

88
## Directory structure

0 commit comments

Comments
 (0)