Skip to content

Commit

Permalink
Merge pull request #68 from iqm-finland/update-doc-link
Browse files Browse the repository at this point in the history
Update example script link
  • Loading branch information
olliahonen committed Jun 15, 2023
2 parents a52623c + 723c97f commit 80bc627
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -2,6 +2,11 @@
Changelog
=========

Version 10.1
============

* Update the script link for the Hello world example. `#68 <https://github.com/iqm-finland/qiskit-on-iqm/pull/68>`_

Version 10.0
============

Expand Down
2 changes: 1 addition & 1 deletion docs/user_guide.rst
Expand Up @@ -19,7 +19,7 @@ Hello, world!
Here's the quickest and easiest way to execute a small computation on an IQM quantum computer and check that
things are set up correctly:

1. Download the `bell_measure.py example file <https://raw.githubusercontent.com/iqm-finland/qiskit-on-iqm/28b614461cfe952fe3ce63bee222e4b48037012c/examples/bell_measure.py>`_ (Save Page As...)
1. Download the `bell_measure.py example file <https://raw.githubusercontent.com/iqm-finland/qiskit-on-iqm/f82a7a5043f4af620b84b384c7fab80c38439ecf/examples/bell_measure.py>`_ (Save Page As...)
2. Install Qiskit on IQM as instructed below (feel free to skip the import statement)
3. Install Cortex CLI and log in as instructed in the `documentation <https://iqm-finland.github.io/cortex-cli/readme.html#installing-cortex-cli>`__
4. Set the environment variable as instructed by Cortex CLI after logging in
Expand Down

0 comments on commit 80bc627

Please sign in to comment.