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 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":