Skip to content

Commit

Permalink
Fix some broken learning links (#654)
Browse files Browse the repository at this point in the history
learn.qiskit.org recently stopped working so the redirects are failing,
breaking CI on main.
  • Loading branch information
Eric-Arellano authored Jan 19, 2024
1 parent 73ebd66 commit 8f1e6c3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/qiskit/release-notes/0.43.md
Original file line number Diff line number Diff line change
Expand Up @@ -899,7 +899,7 @@ This release adds a new control flow operation, the switch statement. This is im

##### Algorithms Upgrade Notes

* The deprecated modules `factorizers` and `linear_solvers`, containing `HHL` and `Shor` have been removed from [`qiskit.algorithms`](/api/qiskit/algorithms#module-qiskit.algorithms "qiskit.algorithms"). These functionalities were originally deprecated as part of the 0.22.0 release (released on October 13, 2022). You can access the code through the Qiskit Textbook instead: [Linear Solvers (HHL)](https://learn.qiskit.org/course/ch-applications/solving-linear-systems-of-equations-using-hhl-and-its-qiskit-implementation) , [Factorizers (Shor)](https://learn.qiskit.org/course/ch-algorithms/shors-algorithm)
* The deprecated modules `factorizers` and `linear_solvers`, containing `HHL` and `Shor` have been removed from [`qiskit.algorithms`](/api/qiskit/algorithms#module-qiskit.algorithms "qiskit.algorithms"). These functionalities were originally deprecated as part of the 0.22.0 release (released on October 13, 2022). You can access the code through the Qiskit Textbook instead: [Linear Solvers (HHL)](https://github.com/Qiskit/textbook/blob/main/notebooks/ch-applications/hhl_tutorial.ipynb), [Factorizers (Shor)](https://github.com/Qiskit/textbook/blob/main/notebooks/ch-algorithms/shor.ipynb)

<span id="release-notes-0-24-0-pulse-upgrade-notes" />

Expand Down
1 change: 1 addition & 0 deletions scripts/lib/api/Pkg.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ export class Pkg {
"qiskit/qasm",
"qiskit/qasm2",
"qiskit/qasm3",
"qiskit/qobj",
"qiskit/transpiler/preset_passmanagers",
]);
const normalizeFile = (fp: string) =>
Expand Down
3 changes: 3 additions & 0 deletions scripts/lib/links/ignores.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ const SHOULD_BE_FIXED: FilesToIgnores = {
"docs/api/qiskit/qiskit.circuit.SwitchCaseOp.md": [
"circuit#qiskit.circuit.CASE_DEFAULT",
],
"docs/api/qiskit/qiskit.circuit.library.PhaseEstimation.md": [
"https://learn.qiskit.org/course/ch-algorithms/quantum-phase-estimation",
],
"docs/api/qiskit/utils.md": [
"https://github.com/python-constraint/python-constraint%3E__",
"#qiskit.utils.optionals.HAS_TESTTOOLS",
Expand Down

0 comments on commit 8f1e6c3

Please sign in to comment.