Skip to content

Commit 6a83d1f

Browse files
committed
Fix bad links to OO page. rjbs++.
1 parent 0c94ad7 commit 6a83d1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Language/variables.pod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ accessed via C<$!x> and C<$!y>. This is because in Perl 6 all attributes are
157157
private and can be directly accessed within the class by using
158158
C<$!attribute-name>. Perl 6 may automatically generate accessor methods for
159159
you though. For more details on objects, classes and their attributes see
160-
L<objects>.
160+
L<object orientation|/language/objects>.
161161
162162
=head2 The C<?> Twigil
163163
@@ -210,7 +210,7 @@ following is possible too:
210210
=end code
211211
212212
For more details on objects, classes and their attributes and methods see
213-
L<objects>.
213+
L<object orientation|/language/objects>.
214214
215215
=head2 The C«<» Twigil
216216

0 commit comments

Comments
 (0)