diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 89822e5bc..de80a0bfb 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,11 @@ Changelog ========= +Version 10.1 +============ + +* Update the script link for the Hello world example. `#68 `_ + Version 10.0 ============ diff --git a/docs/user_guide.rst b/docs/user_guide.rst index 79377474d..b6f613228 100644 --- a/docs/user_guide.rst +++ b/docs/user_guide.rst @@ -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 `_ (Save Page As...) +1. Download the `bell_measure.py example file `_ (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 `__ 4. Set the environment variable as instructed by Cortex CLI after logging in