Skip to content

Commit 4281731

Browse files
committed
Changes link as indicated, closes #2170
Also reflows, puts anchors above titles, and rewrites the pull request entry (decapitalizing second word)
1 parent c43e925 commit 4281731

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

doc/Language/glossary.pod6

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -819,25 +819,26 @@ X<|Perl>
819819
820820
The Perl programming language in its many forms.
821821
822-
=head1 PERL
823822
X<|PERL>
823+
=head1 PERL
824824
825-
A way to describe L<Perl|#Perl> as a language, considered to be improper by
826-
many in the L<Perl Community|/language/community>.
825+
A way to describe L<Perl|#Perl> as a language, considered to be improper
826+
by many in the L<Perl Community|/language/community>.
827827
828-
=head1 POD
829828
X<|POD>
829+
=head1 POD
830830
831-
B<P>lain B<O>l' B<D>ocumentation, a documentation format understood by Perl 6. See L<S26|https://design.perl6.org/S26.html> for details.
831+
B<P>lain B<O>l' B<D>ocumentation, a documentation format understood by
832+
Perl 6. See L<S26|/language/pod>.
832833
833-
=head1 Pull Request
834-
X<|Pull Request>
834+
X<|Pull request>
835+
=head1 Pull request
835836
836-
A feature of L<https://github.com> that allows you to make patches
837-
to be easily applied using the Github user interface. It means you
838-
request someone to do a git pull from your L<repository|#Repository> to hers. In
839-
GitHub, it can be done automatically through the web interface. PR is
840-
its usual acronym.
837+
A feature of L<GitHub|https://github.com> and other git hosts like
838+
L<GitLab|https://gitlab.com> that allows you to make patches to be
839+
easily applied using the GitHub web user interface. It means you request
840+
someone to do a git pull from your L<repository|#Repository> to hers. PR
841+
is its usual acronym.
841842
842843
=head1 property
843844

0 commit comments

Comments
 (0)