Skip to content

Commit 55ac8a4

Browse files
committed
fix broken release-note link
1 parent 885b16a commit 55ac8a4

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

docs/api/qiskit-ibm-runtime/release-notes.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ in_page_toc_max_heading_level: 2
582582

583583
Also note that using simulators with sessions is no longer supported. Users can still start sessions with simulators without any issues but a session will not actually be created. There will be no session ID.
584584

585-
* Sessions started with [qiskit\_ibm\_runtime.IBMBackend.open\_session()](/api/qiskit-ibm-runtime/ibm-backend#open_session) will use the new `/sessions` endpoint.
585+
* Sessions started with [qiskit\_ibm\_runtime.IBMBackend.open\_session()](/api/qiskit-ibm-runtime/0.34/ibm-backend#open_session) will use the new `/sessions` endpoint.
586586

587587
The sessions functionality will not change but note that `backend.run()` sessions prior to this release will no longer be supported after March 31, 2024. Please update your `qiskit-ibm-runtime` version as soon as possible before this date.
588588

scripts/config/external-redirects.ts

+2
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,6 @@ export const externalRedirects = {
55
"https://github.com/Qiskit/qiskit-addon-cutting/issues/406",
66
"https://github.com/Qiskit-Extensions/circuit-knitting-toolbox/issues/108":
77
"https://github.com/Qiskit/qiskit-addon-cutting/issues/108",
8+
"https://docs.quantum.ibm.com/api/qiskit-ibm-runtime/qiskit_ibm_runtime.IBMBackend#open_session":
9+
"https://docs.quantum.ibm.com/api/qiskit-ibm-runtime/0.34/qiskit_ibm_runtime.IBMBackend#open_session"
810
};

scripts/js/commands/checkInternalLinks.ts

+1
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ async function determineCurrentDocsFileBatch(
204204
"docs/api/qiskit-ibm-runtime/0.29/qiskit-runtime-service.mdx",
205205
"docs/api/qiskit-ibm-runtime/0.29/session.mdx",
206206
"docs/api/qiskit-ibm-runtime/0.30/runtime-job.mdx",
207+
"docs/api/qiskit-ibm-runtime/0.34/ibm-backend.mdx",
207208
];
208209

209210
if (args.currentApis) {

0 commit comments

Comments
 (0)