fix: broken links (#3482)

* fix(layout): "advocates" link

* fix(providers): "cuStateVec" link

* fix(learn): broken link

* fix(learn): broken link

* fix(learn): broken link

* feat(learn): broken link
This commit is contained in:
Eddybrando Vásquez 2023-08-03 15:57:00 +02:00 committed by GitHub
parent b57b0a2988
commit 4f33bf2db7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
13 changed files with 16 additions and 16 deletions

View File

@ -218,7 +218,7 @@ const pythonAndJupyter: Link = {
const linearAlgebra: Link = {
title: "Introduction to Linear Algebra for Quantum Computing",
url: "https://learn.qiskit.org/course/ch-appendix/an-introduction-to-linear-algebra-for-quantum-computing",
url: "https://learn.qiskit.org/course/ch-appendix/linear_algebra",
segment: { cta: "qiskit-linear-algebra", location: "faq" },
};

View File

@ -206,7 +206,7 @@ const pythonAndJupyter: Link = {
const linearAlgebra: Link = {
title: "Introduction to Linear Algebra for Quantum Computing",
url: "https://learn.qiskit.org/course/ch-appendix/an-introduction-to-linear-algebra-for-quantum-computing",
url: "https://learn.qiskit.org/course/ch-appendix/linear_algebra",
segment: { cta: "qiskit-linear-algebra", location: "faq" },
};

View File

@ -103,7 +103,7 @@ const footerElements: LinksGroup[] = [
},
{
label: "Advocates",
url: "/advocates#become-an-advocate",
url: "/advocates",
},
{
label: "Code of conduct",

View File

@ -424,7 +424,7 @@ const QUANTUM_STATES_AND_QUBITS: MegaDropdownMenuGroup = {
},
{
label: "The Atoms of Computation",
url: `${baseUrl}${pathQuantumStatesAndQubits}/the-atoms-of-computation`,
url: `${baseUrl}${pathQuantumStatesAndQubits}/atoms-computation`,
segment: {
cta: "the-atoms-of-computation",
location: sectionQuantumStatesAndQubits,
@ -538,7 +538,7 @@ const GAMES_AND_DEMOS: MegaDropdownMenuGroup = {
},
{
label: "Estimating Pi Using Quantum Phase Estimation Algorithm",
url: `${baseUrl}${pathGamesAndDemos}/estimating-pi-using-quantum-phase-estimation-algorithm`,
url: `${baseUrl}${pathGamesAndDemos}/estimating-pi-pi-using-quantum-phase-estimation-algorithm`,
segment: {
cta: "estimating-pi-using-quantum-phase-estimation-algorithm",
location: sectionGamesAndDemos,

View File

@ -103,7 +103,7 @@ providers:
with state vectors for expressing quantum algorithms.
docsCta:
label: Docs
url: https://docs.nvidia.com/cuda/cuquantum/custatevec/index.html
url: https://docs.nvidia.com/cuda/cuquantum/latest/custatevec/index.html
installation: |-
pip install qiskit
conda install -c conda-forge custatevec

View File

@ -867,7 +867,7 @@
with state vectors for expressing quantum algorithms.
docsCta:
label: Docs
url: https://docs.nvidia.com/cuda/cuquantum/custatevec/index.html
url: https://docs.nvidia.com/cuda/cuquantum/latest/custatevec/index.html
installation: |-
pip install qiskit
conda install -c conda-forge custatevec

View File

@ -95,7 +95,7 @@ const externalRecommendedReadingsPreamble = `Alongside this course, you may find
const links: RecommendedReading[] = [
{
url: "https://www.cambridge.org/highereducation/books/quantum-computation-and-quantum-information/01E10196D0A682A6AEFFEA52D53BE9AE#overview",
url: "https://www.cambridge.org/highereducation/books/quantum-computation-and-quantum-information/01E10196D0A682A6AEFFEA52D53BE9AE",
author: "Michael Nielsen, Isaac Chuang, ",
label: "Quantum Computation and Quantum Information (Chapters 4-6)",
segment: {

View File

@ -22,7 +22,7 @@ import { TextLink } from "~/types/links";
enum GamesAndDemosUrl {
HelloQiskit = "https://learn.qiskit.org/course/ch-demos/hello-qiskit",
EstimatingPiUsingQPEA = "https://learn.qiskit.org/course/ch-demos/estimating-pi-using-quantum-phase-estimation-algorithm",
EstimatingPiUsingQPEA = "https://learn.qiskit.org/course/ch-demos/estimating-pi-pi-using-quantum-phase-estimation-algorithm",
LocalRealityAndTheChshInequality = "https://learn.qiskit.org/course/ch-demos/local-reality-and-the-chsh-inequality",
QuantumCoinGame = "https://learn.qiskit.org/course/ch-demos/coin-game",
VariationalQuantumRegression = "https://learn.qiskit.org/course/ch-demos/variational-quantum-regression",

View File

@ -78,7 +78,7 @@ const references: string[] = [];
const externalRecommendedReadingsPreamble = "";
const links: RecommendedReading[] = [
{
url: "https://www.cambridge.org/highereducation/books/quantum-computation-and-quantum-information/01E10196D0A682A6AEFFEA52D53BE9AE#overview",
url: "https://www.cambridge.org/highereducation/books/quantum-computation-and-quantum-information/01E10196D0A682A6AEFFEA52D53BE9AE",
author: "Michael Nielsen, et al.,",
label: "Quantum Computation and Quantum Information (Chapter 1)",
segment: {

View File

@ -86,7 +86,7 @@ const references: string[] = [];
const externalRecommendedReadingsPreamble = "";
const links: RecommendedReading[] = [
{
url: "https://www.cambridge.org/highereducation/books/quantum-computation-and-quantum-information/01E10196D0A682A6AEFFEA52D53BE9AE#overview",
url: "https://www.cambridge.org/highereducation/books/quantum-computation-and-quantum-information/01E10196D0A682A6AEFFEA52D53BE9AE",
author: "Michael Nielsen, et al.,",
label: "Quantum Computation and Quantum Information (Chapters 4-6)",
segment: {

View File

@ -23,7 +23,7 @@ import { TextLink } from "~/types/links";
enum QuantumStatesAndQubitsUrl {
Introduction = "https://learn.qiskit.org/course/ch-states/introduction",
AtomsOfComputation = "https://learn.qiskit.org/course/ch-states/the-atoms-of-computation",
AtomsOfComputation = "https://learn.qiskit.org/course/ch-states/atoms-computation",
RepresentingQubitStates = "https://learn.qiskit.org/course/ch-states/representing-qubit-states",
SingleQubitGates = "https://learn.qiskit.org/course/ch-states/single-qubit-gates",
CaseForQuantum = "https://learn.qiskit.org/course/ch-states/the-case-for-quantum-computers",
@ -77,7 +77,7 @@ const references: string[] = [];
const externalRecommendedReadingsPreamble = "";
const links: RecommendedReading[] = [
{
url: "https://www.cambridge.org/highereducation/books/quantum-computation-and-quantum-information/01E10196D0A682A6AEFFEA52D53BE9AE#overview",
url: "https://www.cambridge.org/highereducation/books/quantum-computation-and-quantum-information/01E10196D0A682A6AEFFEA52D53BE9AE",
author: "Michael Nielsen, et al.,",
label: "Quantum Computation and Quantum Information (Chapter 1)",
segment: {

View File

@ -174,7 +174,7 @@ const prerequisites: Prerequisite[] = [
cta: "linear-algebra",
location: "related-material",
},
url: "https://learn.qiskit.org/course/ch-appendix/an-introduction-to-linear-algebra-for-quantum-computing",
url: "https://learn.qiskit.org/course/ch-appendix/linear_algebra",
},
];

View File

@ -73,7 +73,7 @@ const references: string[] = [];
const externalRecommendedReadingsPreamble = "";
const links: RecommendedReading[] = [
{
url: "https://www.cambridge.org/highereducation/books/quantum-computation-and-quantum-information/01E10196D0A682A6AEFFEA52D53BE9AE#overview",
url: "https://www.cambridge.org/highereducation/books/quantum-computation-and-quantum-information/01E10196D0A682A6AEFFEA52D53BE9AE",
author: "Michael Nielsen, et al.,",
label: "Quantum Computation and Quantum Information",
segment: {
@ -272,7 +272,7 @@ const prerequisites: Prerequisite[] = [
cta: "linear-algebra",
location: "related-material",
},
url: "https://learn.qiskit.org/course/ch-appendix/an-introduction-to-linear-algebra-for-quantum-computing",
url: "https://learn.qiskit.org/course/ch-appendix/linear_algebra",
},
{
title: "Probability Theory — Random Variables and Distributions",