Skip to content

Commit 923c95a

Browse files
committed
fix wrong web link in index.rst
1 parent 8b9dc3a commit 923c95a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,14 +268,14 @@ Welcome to PyTorch Tutorials
268268
:header: Extending the ONNX exporter operator support
269269
:card_description: Demonstrate end-to-end how to address unsupported operators in ONNX.
270270
:image: _static/img/thumbnails/cropped/Exporting-PyTorch-Models-to-ONNX-Graphs.png
271-
:link: beginner/onnx_registry_tutorial.html
271+
:link: beginner/onnx/onnx_registry_tutorial.html
272272
:tags: Production,ONNX,Backends
273273

274274
.. customcarditem::
275275
:header: Exporting a model with control flow to ONNX
276276
:card_description: Demonstrate how to handle control flow logic while exporting a PyTorch model to ONNX.
277277
:image: _static/img/thumbnails/cropped/Exporting-PyTorch-Models-to-ONNX-Graphs.png
278-
:link: beginner/export_control_flow_model_to_onnx_tutorial.html
278+
:link: beginner/onnx/export_control_flow_model_to_onnx_tutorial.html
279279
:tags: Production,ONNX,Backends
280280

281281
.. Reinforcement Learning

0 commit comments

Comments
 (0)