Skip to content

Commit 6514780

Browse files
Fix the dead links in the README. (#1450)
* Fix the dead links in the README. Closes #1449 * Fix remaining links.
1 parent f8391f6 commit 6514780

File tree

1 file changed

+11
-14
lines changed

1 file changed

+11
-14
lines changed

README.rst

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
.. image:: https://github.com/Axelrod-Python/Axelrod/workflows/CI/badge.svg
88
:target: https://github.com/Axelrod-Python/Axelrod/actions
99

10-
|Join the chat at https://gitter.im/Axelrod-Python/Axelrod|
11-
1210
Axelrod
1311
=======
1412

@@ -32,29 +30,29 @@ Features
3230
With Axelrod you:
3331

3432
- have access `to over 200 strategies
35-
<http://axelrod.readthedocs.io/en/stable/reference/all_strategies.html>`_, including original and classics like Tit
33+
<https://axelrod.readthedocs.io/en/stable/reference/strategy_index.html>`_, including original and classics like Tit
3634
For Tat and Win Stay Lose Shift. These are extendable through parametrization
3735
and a collection of strategy transformers.
3836
- can create `head to head matches
39-
<http://axelrod.readthedocs.io/en/stable/tutorials/getting_started/match.html>`_ between pairs of strategies.
37+
<https://axelrod.readthedocs.io/en/stable/tutorials/new_to_game_theory_and_or_python/match.html>`_ between pairs of strategies.
4038
- can create `tournaments
41-
<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.
4240
- can study population dynamics through `Moran processes
43-
<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
4442
population model
45-
<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>`_.
4644
- can analyse detailed `results of tournaments
47-
<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.
4846
- can `visualise results
49-
<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.
5048

5149
.. image:: http://axelrod.readthedocs.io/en/stable/_images/demo_strategies_boxplot.svg
5250
:height: 300 px
5351
:align: center
5452

55-
- 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
5654
strategies and `morality metrics
57-
<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>`_.
5856

5957
.. image:: https://github.com/Axelrod-Python/Axelrod-fingerprint/raw/master/assets/Tricky_Defector.png
6058
:height: 300 px
@@ -100,8 +98,7 @@ Examples
10098
--------
10199

102100
- https://github.com/Axelrod-Python/tournament is a tournament pitting all the
103-
strategies in the repository against each other. These results can be easily
104-
viewed at http://axelrod-tournament.readthedocs.org.
101+
strategies in the repository against each other.
105102
- https://github.com/Axelrod-Python/Axelrod-notebooks contains a set of example
106103
Jupyter notebooks.
107104
- https://github.com/Axelrod-Python/Axelrod-fingerprint contains fingerprints
@@ -114,7 +111,7 @@ All contributions are welcome!
114111

115112
You can find helpful instructions about contributing in the
116113
documentation:
117-
https://axelrod.readthedocs.io/en/latest/how-to/contributing/index.html
114+
https://axelrod.readthedocs.io/en/stable/how-to/contributing/index.html
118115

119116
Publications
120117
------------

0 commit comments

Comments
 (0)