Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Fix bad link in release note #827

Merged
merged 2 commits into from
Feb 29, 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
4 changes: 2 additions & 2 deletions releasenotes/notes/0.1/prelude-6f16a647bd48985b.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ prelude: >
This new package is built upon the work already done in `qiskit.providers.ibmq.backend`
module in the `qiskit-ibmq-provider` package and replaces it going forward. The `backend`
module in `qiskit-ibmq-provider` package is now deprecated. Please take a look at the mirgraion guide
`here <https://github.com/Qiskit/qiskit-ibm-provider/blob/main/docs/tutorials/Migration_Guide_from_qiskit-ibmq-provider.ipynb>`_.
module in `qiskit-ibmq-provider` package is now deprecated. Please take a look at the migration guide
`here <https://github.com/Qiskit/qiskit-ibm-provider/blob/stable/0.6/docs/tutorials/Migration_Guide_from_qiskit-ibmq-provider.ipynb>`__.
`qiskit-ibm-provider` is not included as part of `Qiskit` meta package and thereby you have to
install it separately using ``pip install qiskit-ibm-provider``.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
upgrade:
- |
The provider now requires `Qiskit 0.45.0 <https://docs.quantum.ibm.com/api/qiskit/release-notes/0.45>_`
The provider now requires `Qiskit 0.45.0 <https://docs.quantum.ibm.com/api/qiskit/release-notes/0.45>`__
and supports new features from this version of Qiskit.

Loading