diff --git a/README.md b/README.md index ae702cf..3083539 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ with tket, a quantum computing toolkit and optimising compiler developed by Quan `pytket-aqt` is an extension to `pytket` that allows `pytket` circuits to be executed on AQT's ([Alpine Quantum Technologies'](https://www.aqt.eu/)) quantum devices and simulators. -See [extension documentation](https://tket.quantinuum.com/extensions/pytket-aqt/api/index.html) for more. +See [extension documentation](https://cqcl.github.io/pytket-aqt/api/index.html) for more. ## Getting started diff --git a/pyproject.toml b/pyproject.toml index 55ec7d7..85b8f80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = "Apache 2" readme = "README.md" packages = [{include = "pytket"}] repository = "https://github.com/CQCL/pytket-aqt" -documentation = "https://tket.quantinuum.com/extensions/pytket-aqt/api/index.html" +documentation = "https://cqcl.github.io/pytket-aqt/api/index.html" classifiers= [ "Environment :: Console", "Programming Language :: Python :: 3.10",