Skip to content

Commit b694d0b

Browse files
committed
Fix the dead links in the README.
Closes #1449
1 parent 42ecb93 commit b694d0b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.rst

Lines changed: 2 additions & 4 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,11 +30,11 @@ 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
4139
<http://axelrod.readthedocs.io/en/stable/tutorials/getting_started/tournament.html>`_ over a number of strategies.
4240
- can study population dynamics through `Moran processes

0 commit comments

Comments
 (0)