From eaa9a5e81c9db6187f6998c8039df9f60f6b1808 Mon Sep 17 00:00:00 2001 From: Alec Edgington Date: Thu, 4 Jan 2024 13:10:47 +0000 Subject: [PATCH] Correct URL for documentation. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6437388..4ac6d96 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ author_email="tket-support@cambridgequantum.com", python_requires=">=3.8", project_urls={ - "Documentation": "https://tket.quantinuum.com/extensions/pytket-pyquil/api/index.html", + "Documentation": "https://tket.quantinuum.com/extensions/pytket-pyquil/index.html", "Source": "https://github.com/CQCL/pytket-pyquil", "Tracker": "https://github.com/CQCL/pytket-pyquil/issues", },