Skip to content

Commit 8f45c19

Browse files
authored
Link to a more proper loc
1 parent 8836f0c commit 8f45c19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/glossary.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ X<|Abstract Class>
99
1010
The generic Computer Science term "abstract class" defines the
1111
L<interface|#Interface> or L<#API> of a class. In Perl 6, this is
12-
implemented using L<roles|/language/objects#Roles> with
12+
implemented using L<roles|#Roles> with
1313
L<stubbed|#Stub> methods.
1414
1515
role Canine {

0 commit comments

Comments
 (0)