Skip to content

Commit 6fc26cd

Browse files
committed
fix urls
1 parent b41eb3d commit 6fc26cd

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

_doc/conf.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -146,11 +146,9 @@
146146
"torch.onnx": "https://pytorch.org/docs/stable/onnx.html",
147147
#
148148
"C_OrtValue": (
149-
"http://www.xavierdupre.fr/app/onnxcustom/helpsphinx/"
150-
"api/onnxruntime_python/ortvalue.html#c-class-ortvalue-or-c-ortvalue"
149+
"https://onnxruntime.ai/docs/api/csharp/api/Microsoft.ML.OnnxRuntime.OrtValue.html"
151150
),
152151
"OrtValue": (
153-
"http://www.xavierdupre.fr/app/onnxcustom/helpsphinx/"
154-
"api/onnxruntime_python/ortvalue.html#onnxruntime.OrtValue"
152+
"https://onnxruntime.ai/docs/api/python/api_summary.html#onnxruntime.OrtValue"
155153
),
156154
}

0 commit comments

Comments
 (0)