We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 82c4016 + 3a6e4cc commit c3cec70Copy full SHA for c3cec70
README.md
@@ -28,7 +28,7 @@ This repo also covers:
28
Note however that ONNX Script does **not** intend to support the entirety
29
of the Python language.
30
31
-Website: [https://onnxscript.ai/](https://onnxscript.ai/)
+Website: [https://microsoft.github.io/onnxscript/](https://microsoft.github.io/onnxscript/)
32
33
## Design Overview
34
setup.py
@@ -15,7 +15,7 @@
15
version = VERSION_FILE.read_text().strip()
16
17
project_urls = {
18
- "Homepage": "https://onnxscript.ai/",
+ "Homepage": "https://microsoft.github.io/onnxscript/",
19
"Repository": "https://github.com/microsoft/onnxscript",
20
}
21
if os.environ.get("ONNX_SCRIPT_RELEASE") != "1":
0 commit comments