diff --git a/README.md b/README.md index a8bfa467..73f61021 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ pip install qiskit-algorithms If you want to work on the very latest work-in-progress versions, either to try features ahead of their official release or if you want to contribute to Algorithms, then you can install from source. To do this follow the instructions in the - [documentation](https://qiskit.org/ecosystem/algorithms/getting_started.html#installation). + [documentation](https://qiskit-community.github.io/qiskit-algorithms/getting_started.html#installation). ---------------------------------------------------------------------------------------------------- diff --git a/setup.py b/setup.py index 3413e934..9c347992 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ # This code is part of a Qiskit project. # -# (C) Copyright IBM 2021, 2023. +# (C) Copyright IBM 2021, 2024. # # This code is licensed under the Apache License, Version 2.0. You may # obtain a copy of this license in the LICENSE.txt file in the root directory @@ -75,7 +75,7 @@ python_requires=">=3.8", project_urls={ "Bug Tracker": "https://github.com/qiskit-community/qiskit-algorithms/issues", - "Documentation": "https://qiskit.org/ecosystem/algorithms/", + "Documentation": "https://qiskit-community.github.io/qiskit-algorithms/", "Source Code": "https://github.com/qiskit-community/qiskit-algorithms", }, zip_safe=False,