Skip to content

Commit 1ce6221

Browse files
committed
Fix remaining links.
1 parent b694d0b commit 1ce6221

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

README.rst

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,23 +36,23 @@ With Axelrod you:
3636
- can create `head to head matches
3737
<https://axelrod.readthedocs.io/en/stable/tutorials/new_to_game_theory_and_or_python/match.html>`_ between pairs of strategies.
3838
- can create `tournaments
39-
<http://axelrod.readthedocs.io/en/stable/tutorials/getting_started/tournament.html>`_ over a number of strategies.
39+
<https://axelrod.readthedocs.io/en/stable/tutorials/new_to_game_theory_and_or_python/tournament.html>`_ over a number of strategies.
4040
- can study population dynamics through `Moran processes
41-
<http://axelrod.readthedocs.io/en/stable/tutorials/getting_started/moran.html>`_ and an `infinite
41+
<https://axelrod.readthedocs.io/en/stable/tutorials/new_to_game_theory_and_or_python/moran.html>`_ and an `infinite
4242
population model
43-
<http://axelrod.readthedocs.io/en/stable/tutorials/further_topics/ecological_variant.html>`_.
43+
<https://axelrod.readthedocs.io/en/stable/how-to/run_axelrods_ecological_variant.html>`_.
4444
- can analyse detailed `results of tournaments
45-
<http://axelrod.readthedocs.io/en/stable/tutorials/getting_started/summarising_tournaments.html>`_ and matches.
45+
<https://axelrod.readthedocs.io/en/stable/tutorials/new_to_game_theory_and_or_python/summarising_tournaments.html>`_ and matches.
4646
- can `visualise results
47-
<http://axelrod.readthedocs.io/en/stable/tutorials/getting_started/visualising_results.html>`_ of tournaments.
47+
<https://axelrod.readthedocs.io/en/stable/tutorials/new_to_game_theory_and_or_python/visualising_results.html>`_ of tournaments.
4848

4949
.. image:: http://axelrod.readthedocs.io/en/stable/_images/demo_strategies_boxplot.svg
5050
:height: 300 px
5151
:align: center
5252

53-
- can reproduce a number of contemporary research topics such as `fingerprinting <http://axelrod.readthedocs.io/en/stable/tutorials/further_topics/fingerprinting.html>`_ of
53+
- can reproduce a number of contemporary research topics such as `fingerprinting <https://axelrod.readthedocs.io/en/stable/how-to/fingerprint.html>`_ of
5454
strategies and `morality metrics
55-
<http://axelrod.readthedocs.io/en/stable/tutorials/further_topics/morality_metrics.html>`_.
55+
<https://axelrod.readthedocs.io/en/stable/how-to/calculate_morality_metrics.html>`_.
5656

5757
.. image:: https://github.com/Axelrod-Python/Axelrod-fingerprint/raw/master/assets/Tricky_Defector.png
5858
:height: 300 px
@@ -98,8 +98,7 @@ Examples
9898
--------
9999

100100
- https://github.com/Axelrod-Python/tournament is a tournament pitting all the
101-
strategies in the repository against each other. These results can be easily
102-
viewed at http://axelrod-tournament.readthedocs.org.
101+
strategies in the repository against each other.
103102
- https://github.com/Axelrod-Python/Axelrod-notebooks contains a set of example
104103
Jupyter notebooks.
105104
- https://github.com/Axelrod-Python/Axelrod-fingerprint contains fingerprints
@@ -112,7 +111,7 @@ All contributions are welcome!
112111

113112
You can find helpful instructions about contributing in the
114113
documentation:
115-
https://axelrod.readthedocs.io/en/latest/how-to/contributing/index.html
114+
https://axelrod.readthedocs.io/en/stable/how-to/contributing/index.html
116115

117116
Publications
118117
------------

0 commit comments

Comments
 (0)