Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

Commit

Permalink
Updates providers references
Browse files Browse the repository at this point in the history
  • Loading branch information
y4izus committed Nov 23, 2023
1 parent 3ef052c commit 36493d7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/provider-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ body:
- qiskit.org - Transpile
- qiskit.org - Sample a Bell State
- qiskit.org - Run VQE
- qiskit.org/providers/
- Other (include where in the next field)
validations:
required: true
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,20 +37,21 @@ Qiskit is an open-source quantum computing software development framework for le
<a href="https://qiskit.org/ecosystem/">Ecosystem</a>
<span> · </span>
<a href="https://qiskit.org/documentation/">Documentation</a>
<span> · </span>
<a href="https://qiskit.org/providers/">Providers</a>
</h3>

<br/>

## Table of Contents

- [Table of Contents](#table-of-contents)
- [🚀 Get Up and Running](#-get-up-and-running)
- [💻 Technology Used](#-technology-used)
- [🏭 Content Generation](#-content-generation)
- [🥸 Mocking content](#-mocking-content)
- [🏷️ Naming Conventions](#️-naming-conventions)
- [Nuxt Components](#nuxt-components)
- [✏️ How to Contribute](#️-how-to-contribute)
- [🗓 Open Backlog](#-open-backlog)
- [🗓 Open backlog](#-open-backlog)
- [👩‍💻 Maintainers](#-maintainers)
- [🔗 Connect with Qiskit](#-connect-with-qiskit)

Expand Down
2 changes: 1 addition & 1 deletion components/Home/Capabilities/HomeCapabilities.vue
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const capabilities: QiskitCapability[] = [
"Qiskit helps users schedule and run quantum programs on a variety of local simulators and cloud-based quantum processors. It supports several quantum hardware designs, such as superconducting qubits and trapped ions.",
thumbnailResource: "/images/library/chip-01.png",
link: {
url: "/providers",
url: "https://qiskit.github.io/ecosystem/#providers",
label: "See all providers",
segment: {
cta: "transpile-to-any-hardware",
Expand Down

0 comments on commit 36493d7

Please sign in to comment.