Fix links in the qiskit.rst (#118)

This commit is contained in:
Mingi Ryu 2017-10-16 15:18:12 -05:00 committed by Diego M. Rodríguez
parent cee74d1d83
commit 2dfdbccadf
1 changed files with 4 additions and 4 deletions

View File

@ -21,17 +21,17 @@ Project Overview
----------------
The QISKit project comprises:
* `QISKit SDK <https://github.com/IBM/qiskit-sdk-py>`_: Python software
* `QISKit SDK <https://github.com/QISKit/qiskit-sdk-py>`_: Python software
development kit for writing quantum computing experiments, programs, and
applications.
* `QISKit API <https://github.com/IBM/qiskit-api-py>`_: A thin Python
* `QISKit API <https://github.com/QISKit/qiskit-api-py>`_: A thin Python
wrapper around the Quantum Experience HTTP API that enables you to
connect and and execute quantum programs.
* `QISKit OpenQASM <https://github.com/IBM/qiskit-openqasm>`_: Contains
* `QISKit OpenQASM <https://github.com/QISKit/qiskit-openqasm>`_: Contains
specifications, examples, documentation, and tools for the OpenQASM
intermediate representation.
* `QISKit Tutorial <https://github.com/IBM/qiskit-tutorial>`_: A
* `QISKit Tutorial <https://github.com/QISKit/qiskit-tutorial>`_: A
collection of Jupyter notebooks using QISKit.