Skip to content

Commit

Permalink
see issue #4540
Browse files Browse the repository at this point in the history
  • Loading branch information
finanalyst committed Dec 29, 2024
1 parent 4aab8e2 commit 41dcf0a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions doc/Language/5to6-perlvar.rakudoc
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ C<.shift> does not).
=head3 X<$LIST_SEPARATOR, $"|Other languages,$" (Perl)>

Currently, there is no equivalent of the List Separator variable in Raku.
Design document L<S28|https://design.raku.org/S28.html> says there isn't one,
Design document L<S28|https://github.com/Raku/old-design-docs/blob/master/S28-special-names.pod> says there isn't one,
so you probably don't want to hold your breath.

=head3 X<$PROCESS_ID, $PID, $$|Other languages,$$ (Perl)>
Expand Down Expand Up @@ -176,7 +176,7 @@ S28 suggests $*EMERGENCY_MEMORY, but it does not yet exist.
=head3 $OSNAME, $^O

This is somewhat unclear. It probably depends on what you mean by "the name of
the operating system" as design document L<S28|https://design.raku.org/S28.html>
the operating system" as design document L<S28|https://github.com/Raku/old-design-docs/blob/master/S28-special-names.pod>
has three different suggestions, all of which
give different answers.

Expand Down
2 changes: 1 addition & 1 deletion doc/Language/about.rakudoc
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ L<Raku/doc-website on GitHub|https://github.com/Raku/doc-website>.

For a quick introduction to Raku Pod, see L<Raku Pod|/language/pod>.

For historic details about the Raku Pod specification, see L<Synopsis 26, Documentation|https://design.raku.org/S26.html>.
For historic details about the Raku Pod specification, see L<Synopsis 26, Documentation|https://github.com/Raku/old-design-docs/blob/master/S26-documentation.pod>.

For information on how to contribute to the documentation, please
read L<CONTRIBUTING.md|https://github.com/Raku/doc/blob/main/CONTRIBUTING.md>.
Expand Down
2 changes: 1 addition & 1 deletion doc/Language/modules.rakudoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
A module is usually a source file or set of source files that expose Raku
constructs N<Technically a module is a set of I<compunits> which are usually
files but could come from anywhere as long as there is a I<compunit repository>
that can provide it. See L<S11|https://design.raku.org/S11.html>.>.
that can provide it. See L<S11|https://github.com/Raku/old-design-docs/blob/master/S11-modules.pod>.>.

Modules are typically packages (L<classes|/language/objects#Classes>,
L<roles|/language/objects#Roles>, L<grammars|/type/Grammar>),
Expand Down
2 changes: 1 addition & 1 deletion doc/Language/pod.rakudoc
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ any whitespace is used inside the angle brackets.

All option keys and values must be constants since Rakudoc is a
specification language, not a programming language. Specifically, option
values cannot be closures. See L<Synopsis 2|https://design.raku.org/S02.html>
values cannot be closures. See L<Synopsis 2|https://github.com/Raku/old-design-docs/blob/master/S02-bits.pod>
for details of the various
Raku pair notations.

Expand Down

0 comments on commit 41dcf0a

Please sign in to comment.