Skip to content

Commit

Permalink
Update setup, readme urls (qiskit-community#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
woodsp-ibm authored Jan 17, 2024
1 parent 402e470 commit 24a723a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).


----------------------------------------------------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 24a723a

Please sign in to comment.