-
Notifications
You must be signed in to change notification settings - Fork 163
Open
Labels
Description
documentation/scripts/js/lib/links/ignores.ts
Lines 158 to 177 in 69cb850
| // These external URLs cause actual 404s and should probably be fixed. | |
| const ALWAYS_IGNORED_URLS__SHOULD_FIX: string[] = [ | |
| // These schemas are not available any more. They might have moved, but we're not sure where. | |
| "https://github.com/Qiskit/ibm-quantum-schemas/blob/main/schemas/backend_configuration_schema.json", | |
| "https://github.com/Qiskit/ibm-quantum-schemas/blob/main/schemas/backend_properties_schema.json", | |
| "https://github.com/Qiskit/ibm-quantum-schemas/blob/main/schemas/backend_status_schema.json", | |
| "https://github.com/Qiskit/ibm-quantum-schemas/blob/main/schemas/default_pulse_configuration_schema.json", | |
| // These links are from old IQP and do not work any more | |
| "https://api.quantum-computing.ibm.com/runtime", | |
| "https://auth.quantum-computing.ibm.com/api", | |
| "https://auth.quantum.ibm.com/api", | |
| "https://quantum-computing.cloud.ibm.com", | |
| "https://us-east.quantum-computing.cloud.ibm.com/", | |
| // Other links that don't seem to exist any more | |
| "https://www.cs.bham.ac.uk/~xin/papers/published_tec_sep00_constraint.pdf", | |
| "https://docs.q-ctrl.com/fire-opal/discover/hardware-providers/how-to-authenticate-with-ibm-credentials", | |
| "https://www.globaldataquantum.com/en/quantum-portfolio-optimizer/#form", | |
| ]; |
The infra team can help with updating API docs once we know what should happen to them, such as removing the link entirely vs using a new link. We should only use a new link if it's actually a valid replacement for the original content.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
No status