From 45b719ab882d43a6a72ca06b5c6c405381c3c6dd Mon Sep 17 00:00:00 2001 From: Alec Edgington <54802828+cqc-alec@users.noreply.github.com> Date: Mon, 8 Jan 2024 10:27:14 +0000 Subject: [PATCH] Correct URL for documentation. (#93) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c8655b4..49b1e65 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ author_email="tket-support@cambridgequantum.com", python_requires=">=3.9", project_urls={ - "Documentation": "https://tket.quantinuum.com/extensions/pytket-iqm/api/index.html", + "Documentation": "https://tket.quantinuum.com/extensions/pytket-iqm/index.html", "Source": "https://github.com/CQCL/pytket-iqm", "Tracker": "https://github.com/CQCL/pytket-iqm/issues", },