Skip to content

Commit

Permalink
Fix readme links.
Browse files Browse the repository at this point in the history
  • Loading branch information
thomashaener committed May 9, 2017
2 parents 005af3e + 3ebd7a5 commit 0a9eda8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ The first version (v0.1a0) is an alpha release which features data structures an
Getting started
---------------

To start using FermiLib, simply follow the installation instructions in the `intro <https://github.com/ProjectQ-Framework/FermiLib/tree/master/docs/intro.html>`__. There, you will also find `code examples <https://github.com/ProjectQ-Framework/FermiLib/tree/master/examples.html>`__. Also, make sure to check out the `ProjectQ
website <http://www.projectq.ch>`__ and the detailed `code documentation <https://fermilib.readthedocs.io/>`__.
To start using FermiLib, simply follow the installation instructions in the `intro <http://fermilib.readthedocs.io/en/latest/intro.html>`__. There, you will also find `code examples <http://fermilib.readthedocs.io/en/latest/examples.html>`__. Also, make sure to check out the `ProjectQ
website <http://www.projectq.ch>`__ and the detailed `code documentation <http://fermilib.readthedocs.io/en/latest/fermilib.html>`__.

How to contribute
-----------------
Expand All @@ -33,7 +33,7 @@ To contribute code please adhere to the following very simple rules:
3. Put global constants and configuration parameters into src/fermilib/config.py, and
add *from config import ** in the file that uses the constants/parameters.

Documentation can be found `here <https://github.com/ProjectQ-Framework/FermiLib/tree/master/docs/>`_.
Documentation can be found `here <http://fermilib.readthedocs.io/>`_.

Authors
-------
Expand Down

0 comments on commit 0a9eda8

Please sign in to comment.