From 187e9b078ca587f587e443e9168deff1369358ab Mon Sep 17 00:00:00 2001 From: Callum Macpherson <93673602+CalMacCQ@users.noreply.github.com> Date: Wed, 4 Dec 2024 11:12:03 +0000 Subject: [PATCH] docs: update link in setup.py (#1709) --- pytket/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytket/setup.py b/pytket/setup.py index 0ed998f47e..de092f639e 100644 --- a/pytket/setup.py +++ b/pytket/setup.py @@ -182,7 +182,7 @@ def finalize_options(self): author_email="tket-support@quantinuum.com", python_requires=">=3.10", project_urls={ - "Documentation": "https://tket.quantinuum.com/api-docs/index.html", + "Documentation": "https://docs.quantinuum.com/tket/api-docs/", "Source": "https://github.com/CQCL/tket", "Tracker": "https://github.com/CQCL/tket/issues", },