Skip to content

Commit c60fd96

Browse files
authored
Update historical release note links (#2454)
1 parent 3236025 commit c60fd96

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

release-notes/0.28.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ Upgrade Notes
1313
-------------
1414

1515
- The V1 Primitives ``SamplerV1`` and ``EstimatorV1`` have been completely removed. Please see the
16-
`migration guide <https://quantum.cloud.ibm.com/docs/migration-guides/v2-primitives>`__ and use the V2 Primitives instead. (`1857 <https://github.com/Qiskit/qiskit-ibm-runtime/pull/1857>`__)
16+
`migration guide <https://quantum.cloud.ibm.com/docs/guides/v2-primitives>`__ and use the V2 Primitives instead. (`1857 <https://github.com/Qiskit/qiskit-ibm-runtime/pull/1857>`__)
1717
- The ``service`` parameter is now required in ``Session.from_id()``. (`1868 <https://github.com/Qiskit/qiskit-ibm-runtime/pull/1868>`__)

release-notes/0.37.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ New Features
2020
- The backend configuration class ``PulseBackendConfiguration`` has been removed, so all backends will now be returned as ``QasmBackendConfiguration``.
2121
- ``PulseDefaults`` (backend defaults) can still be retrieved but they are no longer necessary when creating a backend ``Target``.
2222

23-
See the `Pulse migration guide <https://quantum.cloud.ibm.com/docs/migration-guides/pulse-migration>`__
23+
See the `Pulse migration guide <https://quantum.cloud.ibm.com/docs/guides/pulse-migration>`__
2424
for details. (`2116 <https://github.com/Qiskit/qiskit-ibm-runtime/pull/2116>`__)
2525
- Added a warning when a primitive is initialized outside of a session or batch context manager.
2626
In this scenario, the job will run in job mode instead of the session or batch. (`2152 <https://github.com/Qiskit/qiskit-ibm-runtime/pull/2152>`__)

release-notes/0.38.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Deprecation Notes
1111
- The ``ibm_quantum`` channel option is deprecated and will be sunset on 1 July.
1212
After this date, ``ibm_cloud``, ``ibm_quantum_platform``, and ``local`` will be the only valid channels.
1313
For help migrating to the new IBM Quantum Platform on the
14-
``ibm_cloud`` channel, read the `migration guide <https://quantum.cloud.ibm.com/docs/migration-guides/classic-iqp-to-cloud-iqp>`__. (`2205 <https://github.com/Qiskit/qiskit-ibm-runtime/pull/2205>`__)
14+
``ibm_cloud`` channel, read the `migration guide <https://github.com/Qiskit/documentation/blob/00575e951e6b397cbd9cba016b653979369c8cd5/docs/migration-guides/classic-iqp-to-cloud-iqp.mdx>`__. (`2205 <https://github.com/Qiskit/qiskit-ibm-runtime/pull/2205>`__)
1515

1616

1717
New Features

release-notes/0.40.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ New Features
55
------------
66

77
- The following changes were made to support the upcoming
8-
`IBM Quantum platform migration <https://docs.quantum.ibm.com/migration-guides/classic-iqp-to-cloud-iqp>`__:
8+
`IBM Quantum platform migration <https://github.com/Qiskit/documentation/blob/00575e951e6b397cbd9cba016b653979369c8cd5/docs/migration-guides/classic-iqp-to-cloud-iqp.mdx>`__:
99

1010
- A new channel type, ``ibm_quantum_platform``, has been introduced for service initialization (``QiskitRuntimeService()``).
1111
It joins the existing ``ibm_quantum`` (now deprecated) and ``ibm_cloud`` channels. By **default**,

release-notes/0.41.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Upgrade Notes
2020
- Because of the sunset of IBM Quantum Platform Classic, the ``ibm_quantum`` channel is no
2121
longer supported from ``qiskit-ibm-runtime``. Saved ``ibm_quantum`` channel accounts and
2222
data will not be accessible. Use the ``ibm_quantum_platform`` channel instead. See our
23-
`migration guide <https://docs.quantum.ibm.com/migration-guides/classic-iqp-to-cloud-iqp>`__
23+
`migration guide <https://github.com/Qiskit/documentation/blob/00575e951e6b397cbd9cba016b653979369c8cd5/docs/migration-guides/classic-iqp-to-cloud-iqp.mdx>`__
2424
for more details. (`2289 <https://github.com/Qiskit/qiskit-ibm-runtime/pull/2289>`__)
2525

2626

0 commit comments

Comments
 (0)