Skip to content

Commit

Permalink
Update intersphinx URLs (#11605)
Browse files Browse the repository at this point in the history
* Update intersphinx URLs

* Bad URL, oops!
  • Loading branch information
Eric-Arellano committed Jan 22, 2024
1 parent a7fa6c5 commit 7da6584
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 7da6584

Please sign in to comment.