From 7da65840dc9a15901af81793c315c6390720ec88 Mon Sep 17 00:00:00 2001 From: Eric Arellano <14852634+Eric-Arellano@users.noreply.github.com> Date: Sun, 21 Jan 2024 22:58:52 -0500 Subject: [PATCH] Update intersphinx URLs (#11605) * Update intersphinx URLs * Bad URL, oops! --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 529327f59edf..515efd72d27a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -77,8 +77,8 @@ # ---------------------------------------------------------------------------------- intersphinx_mapping = { - "rustworkx": ("https://qiskit.org/ecosystem/rustworkx/", None), - "qiskit-ibm-runtime": ("https://qiskit.org/ecosystem/ibm-runtime/", None), + "rustworkx": ("https://www.rustworkx.org/", None), + "qiskit-ibm-runtime": ("https://docs.quantum.ibm.com/api/qiskit-ibm-runtime/", None), "qiskit-aer": ("https://qiskit.org/ecosystem/aer/", None), "numpy": ("https://numpy.org/doc/stable/", None), "matplotlib": ("https://matplotlib.org/stable/", None),