From 23a50dc571e688af238577ff8246a8c6b0330ae7 Mon Sep 17 00:00:00 2001 From: Justin Chu Date: Thu, 10 Apr 2025 09:34:09 -0700 Subject: [PATCH 1/2] Update onnxscript documentation page onnxscript.ai is not working so fix some links in the meantime. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 26074bab11..bcf6862d7a 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ This repo also covers: Note however that ONNX Script does **not** intend to support the entirety of the Python language. -Website: [https://onnxscript.ai/](https://onnxscript.ai/) +Website: [https://microsoft.github.io/onnxscript/](https://microsoft.github.io/onnxscript/) ## Design Overview From 9fec7b43a00c2256cae28791f92f4d73e3f49dca Mon Sep 17 00:00:00 2001 From: Justin Chu Date: Thu, 10 Apr 2025 09:34:59 -0700 Subject: [PATCH 2/2] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d63a39ab61..f253346046 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ version = VERSION_FILE.read_text().strip() project_urls = { - "Homepage": "https://onnxscript.ai/", + "Homepage": "https://microsoft.github.io/onnxscript/", "Repository": "https://github.com/microsoft/onnxscript", } if os.environ.get("ONNX_SCRIPT_RELEASE") != "1":