Skip to content

Commit 0346c60

Browse files
committed
Fixes link to Roles
This closes #2283. This link is probably better, since it's the declarator. The problem is that it maybe is the symptom for a problem, namely, /syntax/role generated at one particular point in time and no longer there for some fluke of the page generation. So thanks a lot for the report, and I'll investigate if that's the case.
1 parent d635ba7 commit 0346c60

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

doc/Language/glossary.pod6

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -963,9 +963,10 @@ mixed-in when declaring classes that follow that interface. L<Abstract
963963
classes|#Abstract class> are particular examples of Roles where the
964964
actual implementation is deferred to the class that uses that Role.
965965
966-
Roles are part of Perl6's L<object system|/language/objects>, and are declared
967-
using the keyword L<role|/syntax/role> and used in class declaration via
968-
L<does|/routine/does>.
966+
Roles are part of Perl6's L<object system|/language/objects>, and are
967+
declared using the
968+
L<role|/language/objects#index-entry-declarator_role-Roles> keyword and
969+
used in class declaration via L<does|/routine/does>.
969970
970971
X<|rule>
971972
=head1 rule

0 commit comments

Comments
 (0)