Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix a couple of glossary links.
  • Loading branch information
cfa committed Jan 6, 2019
1 parent 4a8b1c4 commit cbc16fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/Language/glossary.pod6
Expand Up @@ -1125,7 +1125,7 @@ too, which inherit from the ur-class which, in our case, is L<Mu|/type/Mu>.
X<|value>
A value is what is actually contained in a container such as a variable.
Used in expressions such as L<lvalue|/type/lvalue>, to indicate that that particular
Used in expressions such as L<lvalue|/language/glossary#lvalue>, to indicate that that particular
container can be assigned to.
=head1 UB
Expand Down Expand Up @@ -1224,7 +1224,7 @@ example is the space character « ».
=head1 6model
X<|6model>
C<6model> is used in the L<MoarVM|/type/MoarVM>, and provides primitives used to
C<6model> is used in the L<MoarVM|/language/glossary#MoarVM>, and provides primitives used to
create an object system. It is described in
L<this presentation by Jonathan Worthington|https://jnthn.net/papers/2013-yapceu-moarvm.pdf>
and implemented
Expand Down

0 comments on commit cbc16fd

Please sign in to comment.