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),