Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3406de7

Browse files
Fix broken ONNX Script link in intro_onnx tutorial (#3820)
The domain onnxscript.ai has expired and been claimed by a third party. Updated the link to the correct location at microsoft.github.io/onnxscript. Fixes #3805 ## Description Updated the broken ONNX Script link in beginner_source/onnx/intro_onnx.py from https://onnxscript.ai to https://microsoft.github.io/onnxscript/ cc @titaiwangms @xadupre @justinchuby @svekars @sekyondaMeta @AlannaBurke
1 parent a793306 commit 3406de7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

beginner_source/onnx/intro_onnx.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
The ONNX exporter depends on extra Python packages:
3333
3434
- `ONNX <https://onnx.ai>`_ standard library
35-
- `ONNX Script <https://onnxscript.ai>`_ library that enables developers to author ONNX operators,
35+
- `ONNX Script <https://microsoft.github.io/onnxscript/>`_ library that enables developers to author ONNX operators,
3636
functions and models using a subset of Python in an expressive, and yet simple fashion
3737
- `ONNX Runtime <https://onnxruntime.ai>`_ accelerated machine learning library.
3838
@@ -70,4 +70,4 @@
7070
.. toctree::
7171
:hidden:
7272
73-
"""
73+
"""

0 commit comments

Comments
 (0)