Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update setup, readme urls #125

Merged
merged 2 commits into from
Jan 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading