Skip to content

Commit 067f98d

Browse files
committed
Cleanup of broken links on Glossary page(either removing or fixing)
1 parent 46a2797 commit 067f98d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

doc/Language/glossary.pod6

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -564,15 +564,15 @@ The C<mainline> is the program text that is not part of any kind of block.
564564
f(); # in mainline again
565565
566566
You can also have the mainline of any package-like declarator, such as
567-
L<class|#Class>, L<module|/language/modules>, L<grammar|/language/grammars>, etc. These are
567+
class, L<module|/language/modules>, L<grammar|/language/grammars>, etc. These are
568568
typically run just after the class/module/grammar have been compiled (or
569569
when loaded from a pre-compiled file).
570570
571571
=head1 MoarVM
572572
X<|MoarVM>
573573
574574
MoarVM is short for Metamodel On A Runtime Virtual Machine.
575-
It's a virtual machine designed specifically for L<#NQP> and its L<#MOP>:
575+
It's a virtual machine designed specifically for L<#NQP> and its L<MOP|/language/mop>:
576576
L<#6model>. A document about
577577
L<the purpose of MoarVM|https://github.com/MoarVM/MoarVM/blob/master/docs/reveal.md>.
578578
MoarVM has some similarities with the Hotspot VM so you may peruse its
@@ -687,7 +687,7 @@ The Perl programming language in its many forms.
687687
X<|REPL>
688688
689689
A way to describe L<Perl|#Perl> as a language, considered to be improper by
690-
many in the L<#Perl Community>.
690+
many in the L<Perl Community|/language/community>.
691691
692692
=head1 POD
693693
X<|POD>
@@ -747,7 +747,7 @@ either $, @, %, or & respectively for a L<scalar|/type/Scalar>,
747747
L<array|/type/Array>, L<hash|/type/Hash>, or L<code|/type/Code> variable. See also
748748
Twigil and role. Also sigiled variables allow short conventions
749749
for L<variable interpolation|#Variable Interpolation> in a double quoted
750-
string, or even L<postcircumfix|#Postcircumfix> expressions starting with
750+
string, or even postcircumfix expressions starting with
751751
such a variable.
752752
753753
=head1 Sigilless Variable
@@ -776,7 +776,7 @@ X<|Stub>
776776
X<|Symbol>
777777
778778
Fancy alternative way to denote a name. Generally used in the context of
779-
L<module|/language/modules>s linking, be it in the L<#OS> level, or at the Perl 6 L<#Virtual Machine> level
779+
L<module|/language/modules>s linking, be it in the OS level, or at the Perl 6 L<#Virtual Machine> level
780780
for modules generated from languages targeting these VMs. The set of
781781
imported or exported symbols is called the symbol table.
782782
@@ -845,10 +845,10 @@ X<|Variable Interpolation>
845845
X<|Virtual Machine>
846846
847847
A virtual machine is the Perl compiler entity that executes the
848-
L<bytecode|#Bytecode>. It can optimize the bytecode or generate
848+
L<bytecode|#bytecode>. It can optimize the bytecode or generate
849849
machine code Just in Time. Examples are
850850
L<#MoarVM>, L<#Parrot> (who are intended to run Perl 6) and more
851-
generic virtual machines such as L<#JVM> and Javascript.
851+
generic virtual machines such as JVM and Javascript.
852852
853853
=head1 whitespace
854854
X<|whitespace>

0 commit comments

Comments
 (0)