Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix a couple of /Language links (replace with /language).
  • Loading branch information
cfa committed Jan 4, 2019
1 parent 3d513fb commit 16d418d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/Language/glossary.pod6
Expand Up @@ -305,7 +305,7 @@ See also L<https://en.wikipedia.org/wiki/Damian_Conway>.
X<|decont>
Short for "decontainerize", meaning to remove an item
L<from its C«Scalar» container|/Language/containers>, often to obtain
L<from its C«Scalar» container|/language/containers>, often to obtain
L<a different behaviour|https://perl6advent.wordpress.com/2017/12/02/#theoneandonly> for items that have it.
=head1 diffy
Expand Down Expand Up @@ -1232,4 +1232,4 @@ L<here in MoarVM|https://github.com/MoarVM/MoarVM/tree/master/src/6model>.
=end pod

# vim: expandtab softtabstop=4 shiftwidth=4 ft=perl6
# vim: expandtab softtabstop=4 shiftwidth=4 ft=perl6
4 changes: 2 additions & 2 deletions doc/Language/pragmas.pod6
Expand Up @@ -75,7 +75,7 @@ pragmas, currently the three above; thus, it would be equivalent to
X<|experimental, pragma>
=head2 experimental
Allows use of L<experimental features|/Language/experimental>
Allows use of L<experimental features|/language/experimental>
X<|fatal, pragma>
=head2 fatal
Expand Down Expand Up @@ -269,4 +269,4 @@ compiler get shown. Enabled by default.
=end pod

# vim: expandtab softtabstop=4 shiftwidth=4 ft=perl6
# vim: expandtab softtabstop=4 shiftwidth=4 ft=perl6

0 comments on commit 16d418d

Please sign in to comment.