From 6a60afc1e269f74070f33156ceafb5641e627088 Mon Sep 17 00:00:00 2001 From: kevin-tian Date: Wed, 3 Jan 2024 11:00:15 -0500 Subject: [PATCH] Remove qiskit.org links --- CONTRIBUTING.md | 2 +- README.md | 6 +++--- docs/tutorials/how-to-getting-started-with-sampler.ipynb | 2 +- setup.py | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4f82e6712..b04de6418 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,7 +4,7 @@ Contributing First read the overall project contributing guidelines. These are all included in the qiskit documentation: -https://qiskit.org/documentation/contributing_to_qiskit.html +https://github.com/Qiskit/qiskit/blob/main/CONTRIBUTING.md ## Contributing to qiskit-ibm-runtime diff --git a/README.md b/README.md index 5bbb1e37d..8bfafc7fe 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ All quantum applications and algorithms level are fundamentally built using thre 2. Define the observable or the classical register to be measured. 4. Execute the quantum circuits by using a primitive (Estimator or Sampler). -**Primitives** are base-level functions that serve as building blocks for many quantum algorithms and applications. The [primitive interfaces](https://qiskit.org/documentation/apidoc/primitives.html) are defined in Qiskit. +**Primitives** are base-level functions that serve as building blocks for many quantum algorithms and applications. The [primitive interfaces](https://docs.quantum.ibm.com/api/qiskit/primitives) are defined in Qiskit. The IBM Runtime service offers these primitives with additional features, such as built-in error suppression and mitigation. @@ -319,7 +319,7 @@ By participating, you are expected to uphold to this code. We use [GitHub issues] for tracking requests and bugs. Please use our [slack] for discussion and simple questions. To join our Slack community use the -invite link at [Qiskit.org]. For questions that are more suited for a forum we +invite link at [ibm.com/quantum/qiskit]. For questions that are more suited for a forum we use the `Qiskit` tag in [Stack Exchange]. ## License @@ -334,7 +334,7 @@ use the `Qiskit` tag in [Stack Exchange]. [code of conduct]: https://github.com/Qiskit/qiskit-ibm-runtime/blob/main/CODE_OF_CONDUCT.md [GitHub issues]: https://github.com/Qiskit/qiskit-ibm-runtime/issues [slack]: https://qiskit.slack.com -[Qiskit.org]: https://qiskit.org +[ibm.com/quantum/qiskit]: https://www.ibm.com/quantum/qiskit [Stack Exchange]: https://quantumcomputing.stackexchange.com/questions/tagged/qiskit [many people]: https://github.com/Qiskit/qiskit-ibm-runtime/graphs/contributors [BibTeX file]: https://github.com/Qiskit/qiskit/blob/master/Qiskit.bib diff --git a/docs/tutorials/how-to-getting-started-with-sampler.ipynb b/docs/tutorials/how-to-getting-started-with-sampler.ipynb index e939d73d7..750d37421 100644 --- a/docs/tutorials/how-to-getting-started-with-sampler.ipynb +++ b/docs/tutorials/how-to-getting-started-with-sampler.ipynb @@ -169,7 +169,7 @@ }, "source": [ "\n", - "The next step is to create an instance of an `Sampler` class, which can be any of the subclasses that comply with the base specification. For simplicity, we will use Qiskit Terra's `qiskit.primitives.Sampler` class, based on the [Statevector construct](https://qiskit.org/documentation/stubs/qiskit.quantum_info.Statevector.html?highlight=statevector#qiskit.quantum_info.Statevector) (that is, algebraic simulation).\n", + "The next step is to create an instance of an `Sampler` class, which can be any of the subclasses that comply with the base specification. For simplicity, we will use Qiskit Terra's `qiskit.primitives.Sampler` class, based on the [Statevector construct](https://docs.quantum.ibm.com/api/qiskit/qiskit.quantum_info.Statevector) (that is, algebraic simulation).\n", "" ] }, diff --git a/setup.py b/setup.py index ce4e52f10..0ef53a5f1 100644 --- a/setup.py +++ b/setup.py @@ -74,7 +74,7 @@ zip_safe=False, project_urls={ "Bug Tracker": "https://github.com/Qiskit/qiskit-ibm-runtime/issues", - "Documentation": "https://qiskit.org/documentation/", + "Documentation": "https://docs.quantum.ibm.com/", "Source Code": "https://github.com/Qiskit/qiskit-ibm-runtime", }, entry_points={