Skip to content

Commit 39d583a

Browse files
author
Jan-Olof Hendig
committed
Fixed three broken links
1 parent 555615d commit 39d583a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/Type/Mix.pod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ particular order that each have a real-number weight assigned to them. (For
1111
I<mutable> mixes, see L<MixHash> instead.)
1212
1313
C<Mix>es are often used for performing weighted random selections - see
14-
L<.roll|method roll>.
14+
L<.roll|roll>.
1515
1616
Objects/values of any type are allowed as mix elements. Within a C<Mix>, items
1717
that would compare positively with the L<===> operator are considered the same
@@ -63,7 +63,7 @@ the (cumulative) values become the associated numeric weights:
6363
TODO: Expand this section (using the corresponding section in lib/Type/Bag.pod
6464
as a guide) after ab5tract's set/bag/mix operator redesign.
6565
66-
See L<setbagmix#Set/Bag Operators> for a complete list of set and bag operators
66+
See L<Set/Bag Operators|/language/setbagmix#Set/Bag_Operators> for a complete list of set and bag operators
6767
with detailed explanations.
6868
6969
=head2 sub mix

doc/Type/MixHash.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ lib/Type/BagHash.pod as a guide) after ab5tract's set/bag/mix operator redesign.
7272
7373
=end comment
7474
75-
See L<setbagmix#Set/Bag Operators> for a complete list of set and bag operators
75+
See L<Set/Bag Operators|/language/setbagmix#Set/Bag_Operators> for a complete list of set and bag operators
7676
with detailed explanations.
7777
7878
=head1 See Also

0 commit comments

Comments
 (0)