Skip to content

Commit 9c64a0e

Browse files
Use absolute internal links in migration guides (Qiskit#1761)
This is to prepare for us moving the migration guides to not have `/api` in their URL. When we move those files, all the relative links like `../qiskit` stop working. The change was generated by find-and-replace, and the link checker will validate it's all good.
1 parent ae20a0c commit 9c64a0e

File tree

6 files changed

+243
-243
lines changed

6 files changed

+243
-243
lines changed

docs/api/migration-guides/index.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@ description: Migrate to using the newest from Qiskit and Qiskit Runtime
99
These migration guides help you more effectively use Qiskit and Qiskit Runtime:
1010

1111
* Migrate to Qiskit 1.0
12-
* [Qiskit 1.0 packaging changes](/api/migration-guides/qiskit-1.0-installation)
13-
* [Qiskit 1.0 feature changes](/api/migration-guides/qiskit-1.0-features)
14-
* [Migrate to the Qiskit Runtime V2 primitives](/api/migration-guides/v2-primitives)
15-
* [Qiskit Runtime execution mode changes](/api/migration-guides/sessions)
12+
* [Qiskit 1.0 packaging changes](./qiskit-1.0-installation)
13+
* [Qiskit 1.0 feature changes](./qiskit-1.0-features)
14+
* [Migrate to the Qiskit Runtime V2 primitives](./v2-primitives)
15+
* [Qiskit Runtime execution mode changes](./sessions)
1616
* Migrate to Qiskit Runtime
1717
* [Overview](./qiskit-runtime)
1818
* [Migrate from `qiskit-ibmq-provider`](./qiskit-runtime-from-ibmq-provider)
1919
* [Migrate from `qiskit_ibm_provider`](./qiskit-runtime-from-ibm-provider)
2020
* [Migrate options](./qiskit-runtime-options)
2121
* [Common use cases](./qiskit-runtime-use-case)
2222
* [Examples](./qiskit-runtime-examples)
23-
* [Migrate from cloud simulators to local simulators](/api/migration-guides/local-simulators)
23+
* [Migrate from cloud simulators to local simulators](./local-simulators)
2424
* Qiskit 0.44 changes
2525
* [`qiskit.algorithms` new interface](./qiskit-algorithms-module)
2626
* [`qiskit.opflow` deprecation](./qiskit-opflow-module)

0 commit comments

Comments
 (0)