Skip to content

Commit 3e0130b

Browse files
committed
Remove preview URL reference from runtime-overview.md (#931)
Summary: Pull Request resolved: #931 This was the only reference I found to the preview hostname in the tree. Reviewed By: mergennachin Differential Revision: D50307683 fbshipit-source-id: b20847d8b5ca6a13f881708fa8bad809b29dddb7
1 parent 3da54ae commit 3e0130b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/runtime-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ Works](intro-how-it-works.md).
1111
At the highest level, the ExecuTorch runtime is responsible for:
1212

1313
* Loading binary `.pte` program files that were generated by the
14-
[`to_executorch()`](https://deploy-preview-646--resplendent-gnome-14e531.netlify.app/tutorials/export-to-executorch-tutorial)
15-
step of the model-lowering process.
14+
[`to_executorch()`](./tutorials/export-to-executorch-tutorial) step of the
15+
model-lowering process.
1616
* Executing the series of instructions that implement a lowered model.
1717

1818
Note that as of late 2023, the ExecuTorch runtime only supports model inference,

0 commit comments

Comments
 (0)