Skip to content

Commit 17441ea

Browse files
authored
Merge pull request #3239 from tbrowder/p6toraku-glossary
chg p6 to raku
2 parents 19f272b + bf50be3 commit 17441ea

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/Language/glossary.pod6

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ X<|Advent Calendar>
2424
2525
In the context of Raku, a yearly set of blog posts for each day from
2626
the 1st until the 25th of December, to be found at
27-
L<https://perl6advent.wordpress.com>.
27+
L<https://raku-advent.blog>.
2828
2929
=head1 Adverb
3030
X<|Adverb>
@@ -413,7 +413,7 @@ latter refers to the I<scope>.
413413
X<|IRC>
414414
415415
Internet Relay Chat. Raku developers and users usually hang out on
416-
the C<#perl6> channel of C<irc.freenode.org>. This channel is also
416+
the C<#raku> channel of C<irc.freenode.org>. This channel is also
417417
populated by a host of friendly bots that allow you to interact with
418418
Raku and its codebase, as well as send delayed messages and other
419419
goodies. Check the full list in
@@ -440,7 +440,7 @@ X<|backlog>
440440
441441
That part of a discussion on an L<#IRC> channel that you've missed. If it is
442442
not or no longer available in your IRC client, you can go to sites such as
443-
L<http://colabti.org/irclogger/irclogger_logs/perl6> to see what has been logged
443+
L<http://colabti.org/irclogger/irclogger_logs/raku> to see what has been logged
444444
for you.
445445
446446
X<|Bot>
@@ -703,7 +703,7 @@ X<|Mayspec>
703703
Stands for "Maybe Specification". Usually refers to existing tests in the
704704
L<language specification|https://github.com/perl6/roast/>. The speaker
705705
is indicating they did not check whether the test is a spectest or a propspec
706-
test; i.e. whether the test is included in a released language specification
706+
test; i.e., whether the test is included in a released language specification
707707
or is a new test, proposed for the next version of the spec.
708708
709709
=head1 MoarVM
@@ -934,7 +934,7 @@ X<|Repository>
934934
A filesystem under control of a source control management application,
935935
usually git, that holds the sources for a project, library or
936936
application. This file, for instance, is in
937-
L<a GitHub repository|https://github.com/perl6/doc>. Repositories store not only
937+
L<a GitHub repository|https://github.com/Raku/doc>. Repositories store not only
938938
files, but also history of changes and can be used by the developing or
939939
writing team for interaction through issues or comments to code.
940940

0 commit comments

Comments
 (0)