Skip to content

Commit 734e512

Browse files
committed
Fix broken hyperlinks.
1 parent dfabca9 commit 734e512

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/tutorials/further_topics/probabilistict_end_tournaments.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ probability::
1212

1313

1414
We can view the results in a similar way as for described in
15-
:ref:`payoff-matrix`::
15+
:ref:`tournament-results`::
1616

1717
>>> results = tournament.play()
1818
>>> m = results.payoff_matrix

docs/tutorials/getting_started/visualising_results.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ We can view the distributions of wins for each strategy::
4343
Visualising the payoff matrix
4444
-----------------------------
4545

46-
We can also easily view the payoff matrix described in :doc:`payoff_matrix`, this
47-
becomes particularly useful when viewing the outputs of tournaments with a large
48-
number of strategies::
46+
We can also easily view the payoff matrix described in
47+
:ref:`tournament-results`, this becomes particularly useful when viewing the
48+
outputs of tournaments with a large number of strategies::
4949

5050
>>> p = plot.payoff()
5151
>>> p.show()

0 commit comments

Comments
 (0)