@@ -24,7 +24,7 @@ X<|Advent Calendar>
24
24
25
25
In the context of Raku, a yearly set of blog posts for each day from
26
26
the 1st until the 25th of December, to be found at
27
- L < https://perl6advent.wordpress.com > .
27
+ L < https://raku-advent.blog > .
28
28
29
29
= head1 Adverb
30
30
X < |Adverb >
@@ -413,7 +413,7 @@ latter refers to the I<scope>.
413
413
X < |IRC >
414
414
415
415
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
417
417
populated by a host of friendly bots that allow you to interact with
418
418
Raku and its codebase, as well as send delayed messages and other
419
419
goodies. Check the full list in
@@ -440,7 +440,7 @@ X<|backlog>
440
440
441
441
That part of a discussion on an L < #IRC > channel that you've missed. If it is
442
442
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
444
444
for you.
445
445
446
446
X < |Bot >
@@ -703,7 +703,7 @@ X<|Mayspec>
703
703
Stands for "Maybe Specification". Usually refers to existing tests in the
704
704
L < language specification|https://github.com/perl6/roast/ > . The speaker
705
705
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
707
707
or is a new test, proposed for the next version of the spec.
708
708
709
709
= head1 MoarVM
@@ -934,7 +934,7 @@ X<|Repository>
934
934
A filesystem under control of a source control management application,
935
935
usually git, that holds the sources for a project, library or
936
936
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
938
938
files, but also history of changes and can be used by the developing or
939
939
writing team for interaction through issues or comments to code.
940
940
0 commit comments