From d175d7416f17659346ca08f65c1fa9b2d1dc5dd1 Mon Sep 17 00:00:00 2001 From: Paul Kassebaum Date: Thu, 19 Dec 2019 14:56:35 -0500 Subject: [PATCH] fix broken link in getting_started.rst (#748) * closes #747 * update next steps * fix link to the_elements.rst --- docs/getting_started.rst | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/getting_started.rst b/docs/getting_started.rst index 0d1a84fd5214..205ba413f7c9 100644 --- a/docs/getting_started.rst +++ b/docs/getting_started.rst @@ -228,7 +228,7 @@ experiment you ran. Step 6 : Visualize the Results ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -Qiskit provides `many visualizations `__, +Qiskit provides `many visualizations `__, including the function ``plot_histogram``, to view your results. @@ -251,6 +251,8 @@ Next Steps Now that you have learnt the basics, consider these learning resources: -- `Notebook tutorials `__ -- `Video tutorials `__ -- `API References `__ +- `About the Qiskit framework `__ +- `Qiskit documentation `__ +- `Qiskit tutorials `__ +- `Textbook: Learn Quantum Computing using Qiskit `__ +- `Video series: Coding with Qiskit `__