Skip to content
This repository was archived by the owner on Aug 21, 2023. It is now read-only.

Commit 32ed3ce

Browse files
jwoehrjaygambetta
authored andcommitted
Fix dead links on README.md (#776)
1 parent a28af41 commit 32ed3ce

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,13 @@ Please refer to this [installation guide](INSTALL.md) for setting up Qiskit and
1919
## Contents
2020

2121
We've collected a core reference set of notebooks in this section outlining the features of Qiskit. We will be keeping them up to date with the latest Qiskit version.
22-
- [Basics](qiskit/basics) is meant for those who are getting started.
23-
- [Terra](qiskit/terra) is meant for those who want to study circuits.
24-
- [Aer](qiskit/aer) is meant for those who want to simulate quantum circuits.
25-
- [Ignis](qiskit/ignis) is meant for those who want to study noise.
26-
- [Aqua](qiskit/aqua) is meant for those who want to develop applications on NISQ computers.
27-
- [Jupyter](qiskit/jupyter) is meant to highlight some cool Juypter features.
22+
- [Basics](qiskit/fundamentals) is meant for those who are getting started.
23+
- [Terra](qiskit/advanced/terra) is meant for those who want to study circuits.
24+
- [Aer](qiskit/advanced/aer) is meant for those who want to simulate quantum circuits.
25+
- [Ignis](qiskit/advanced/ignis) is meant for those who want to study noise.
26+
- [Aqua](qiskit/advanced/aqua) is meant for those who want to develop applications on NISQ computers.
2827

29-
To go through the Qiskit examples, load up the [start_here.ipynb](qiskit/start_here.ipynb) notebook and start seeing how Qiskit works.
28+
To go through the Qiskit examples, load up the [start_here.ipynb](qiskit/1_start_here.ipynb) notebook and start seeing how Qiskit works.
3029

3130
## Contribution Guidelines
3231

@@ -42,4 +41,4 @@ to the project at different levels. If you use Qiskit, please cite as per the in
4241

4342
## License
4443

45-
[Apache License 2.0](LICENSE.txt)
44+
[Apache License 2.0](LICENSE)

0 commit comments

Comments
 (0)