Skip to content

Commit

Permalink
fix broken link in getting_started.rst (Qiskit/qiskit-metapackage#748)
Browse files Browse the repository at this point in the history
* closes Qiskit/qiskit-metapackage#747

* update next steps

* fix link to the_elements.rst
  • Loading branch information
derivation committed Dec 19, 2019
1 parent 4840d17 commit 7676f88
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions docs/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ experiment you ran.
Step 6 : Visualize the Results
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Qiskit provides `many visualizations <apidoc/visualization/visualization.html>`__,
Qiskit provides `many visualizations <apidoc/visualization.html>`__,

including the function ``plot_histogram``, to view your results.

Expand All @@ -251,6 +251,8 @@ Next Steps

Now that you have learnt the basics, consider these learning resources:

- `Notebook tutorials <https://nbviewer.jupyter.org/github/Qiskit/qiskit-tutorials/blob/master/qiskit/1_start_here.ipynb>`__
- `Video tutorials <https://www.youtube.com/playlist?list=PLOFEBzvs-Vvp2xg9-POLJhQwtVktlYGbY>`__
- `API References <apidoc/qiskit.html>`__
- `About the Qiskit framework </the_elements.html>`__
- `Qiskit documentation </apidoc/qiskit.html>`__
- `Qiskit tutorials <https://nbviewer.jupyter.org/github/Qiskit/qiskit-tutorials/blob/master/qiskit/1_start_here.ipynb>`__
- `Textbook: Learn Quantum Computing using Qiskit <https://community.qiskit.org/textbook/preface>`__
- `Video series: Coding with Qiskit <https://www.youtube.com/playlist?list=PLOFEBzvs-Vvp2xg9-POLJhQwtVktlYGbY>`__

0 comments on commit 7676f88

Please sign in to comment.