Skip to content

Commit

Permalink
Correct URL for documentation. (#73)
Browse files Browse the repository at this point in the history
* Correct URL for documentation.

* Apply suggestions from code review

Co-authored-by: cqc-melf <[email protected]>

---------

Co-authored-by: cqc-melf <[email protected]>
  • Loading branch information
cqc-alec and cqc-melf authored Jan 8, 2024
1 parent e148a23 commit 513aec1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 513aec1

Please sign in to comment.