Skip to content

Commit c3cec70

Browse files
authored
Merge branch 'main' into titaiwang/add_constant_to_initilizer_pass
2 parents 82c4016 + 3a6e4cc commit c3cec70

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This repo also covers:
2828
Note however that ONNX Script does **not** intend to support the entirety
2929
of the Python language.
3030

31-
Website: [https://onnxscript.ai/](https://onnxscript.ai/)
31+
Website: [https://microsoft.github.io/onnxscript/](https://microsoft.github.io/onnxscript/)
3232

3333
## Design Overview
3434

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
version = VERSION_FILE.read_text().strip()
1616

1717
project_urls = {
18-
"Homepage": "https://onnxscript.ai/",
18+
"Homepage": "https://microsoft.github.io/onnxscript/",
1919
"Repository": "https://github.com/microsoft/onnxscript",
2020
}
2121
if os.environ.get("ONNX_SCRIPT_RELEASE") != "1":

0 commit comments

Comments
 (0)