Skip to content

Commit

Permalink
Fix links to options in README.md (#1084)
Browse files Browse the repository at this point in the history
  • Loading branch information
mberna committed Sep 15, 2023
1 parent b3f795e commit 011b232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ All quantum applications and algorithms level are fundamentally built using thre

The IBM Runtime service offers these primitives with additional features, such as built-in error suppression and mitigation.

There are several different options you can specify when calling the primitives. See [`qiskit_ibm_runtime.Options`](https://github.com/Qiskit/qiskit-ibm-runtime/blob/main/qiskit_ibm_runtime/options.py#L103) class for more information.
There are several different options you can specify when calling the primitives. See [`qiskit_ibm_runtime.Options`](https://github.com/Qiskit/qiskit-ibm-runtime/blob/main/qiskit_ibm_runtime/options/options.py#L33) class for more information.

### Sampler

Expand Down

0 comments on commit 011b232

Please sign in to comment.