Skip to content

Commit 3ebd7a5

Browse files
committed
Fixed readme links.
1 parent 005af3e commit 3ebd7a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ The first version (v0.1a0) is an alpha release which features data structures an
1919
Getting started
2020
---------------
2121

22-
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
23-
website <http://www.projectq.ch>`__ and the detailed `code documentation <https://fermilib.readthedocs.io/>`__.
22+
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
23+
website <http://www.projectq.ch>`__ and the detailed `code documentation <http://fermilib.readthedocs.io/en/latest/fermilib.html>`__.
2424

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

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

3838
Authors
3939
-------

0 commit comments

Comments
 (0)