diff --git a/README.md b/README.md index 3e37a3f..d76e5fd 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![License](https://img.shields.io/github/license/Qiskit/qiskit-neko.svg?style=popout-square)](https://opensource.org/licenses/Apache-2.0) - You can see the full rendered docs at: - + https://qiskit.github.io/qiskit-neko/ This repository contains integration tests for Qiskit. These tests are used diff --git a/setup.py b/setup.py index 2dc079a..e7bc5bc 100755 --- a/setup.py +++ b/setup.py @@ -62,7 +62,7 @@ python_requires=">=3.8", project_urls={ "Bug Tracker": "https://github.com/Qiskit/qiskit-neko/issues", - "Documentation": "https://qiskit.org/ecosystem/neko", + "Documentation": "https://qiskit.github.io/qiskit-neko/", "Source Code": "https://github.com/Qiskit/qiskit-neko", }, zip_safe=False,