Qiskit / qiskit.org

The Qiskit official website
https://qiskit.org
Apache License 2.0
102 stars 108 forks source link

Bug: broken links in qiskit.org #3470

Closed paaragon closed 11 months ago

paaragon commented 11 months ago

Where does the issue happen?

https://qiskit.org

What is the content issue?

The last run of the Broken Links workflow gives us these broken links on each page:

https://qiskit.org/learn/

https://qiskit.org/

https://qiskit.org/learn/course/games-and-demos/

https://qiskit.org/learn/course/quantum-hardware-circuits/

https://qiskit.org/learn/course/quantum-algorithms-for-applications/

https://qiskit.org/learn/course/prerequisites/

https://qiskit.org/learn/course/quantum-computing-labs/

https://qiskit.org/learn/course/quantum-hardware-pulses/

https://qiskit.org/documentation/apidoc/providers.html

https://qiskit.org/learn/course/machine-learning-course/

https://qiskit.org/learn/course/fundamentals-quantum-algorithms/

https://qiskit.org/learn/course/quantum-protocols-and-quantum-algorithms/

https://qiskit.org/learn/course/multiple-qubits-and-entanglement/

https://qiskit.org/learn/course/quantum-states-and-qubits/

https://qiskit.org/learn/course/introduction-course/

https://qiskit.org/events/

https://qiskit.org/learn/course/legacy-content/

https://qiskit.org/providers/

https://qiskit.org/learn/course/basics-quantum-information/

https://qiskit.org/learn/course/algorithm-design/

https://qiskit.org/learn/summer-school/quantum-simulation-summer-school-2022/

https://qiskit.org/learn/summer-school/quantum-computing-and-quantum-learning-2021/

https://qiskit.org/learn/summer-school/introduction-to-quantum-computing-and-quantum-hardware-2020/

Screenshots

No response

Additional information

No response

eddybrando commented 11 months ago

I believe that the "https://qiskit.org/cdn-cgi/l/email-protection" links reported are just the Qiskit contact email being protected by our CDN, so they are false positives. I'll mark them all as completed since I don't think that we need to change them.

@paaragon maybe we can update our script to avoid reporting emails. What do you think?

paaragon commented 11 months ago

I believe that the "https://qiskit.org/cdn-cgi/l/email-protection" links reported are just the Qiskit contact email being protected by our CDN, so they are false positives. I'll mark them all as completed since I don't think that we need to change them.

@paaragon maybe we can update our script to avoid reporting emails. What do you think?

Sure! here is the PR with the change