Skip to content

Commit ab2d66b

Browse files
committed
Track some module URL changes
... when the module was removed, remove the description as well.
1 parent 5f5799f commit ab2d66b

File tree

5 files changed

+4
-19
lines changed

5 files changed

+4
-19
lines changed

doc/Language/faq.rakudoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -857,7 +857,7 @@ bootstrapping files created by earlier runs of the build process.
857857
=head2 Can I compile my script to a standalone executable?
858858

859859
Tools like
860-
L«C<App::InstallerMaker::WiX>|https://raku.land/github:jnthn/App::InstallerMaker::WiX»
860+
L«C<App::InstallerMaker::WiX>|https://raku.land/zef:raku-community-modules/App::InstallerMaker::WiX»
861861
allow you to create an installer that will package the compiler and your script.
862862
However, the currently available compilers do not support creating a standalone
863863
executable yet.

doc/Language/modules.rakudoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ B<zef>, can obtain all the information needed about each C<compunit> from a
561561
C<META6.json> file in a directory.
562562

563563
This also means that a testing program such as B<Perl>'s C<prove> or the B<Raku>
564-
equivalent L<prove6|https://raku.land/cpan:LEONT/App::Prove6> can be
564+
equivalent L<prove6|https://raku.land/zef:leont/App::Prove6> can be
565565
run in the root directory of the B<distribution> as, e.g.,
566566

567567
=for code :lang<shell>

doc/Language/rb-nutshell.rakudoc

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1177,12 +1177,6 @@ If the module that you were using has not been converted to Raku, and no
11771177
alternative is listed in this document, then its use under Raku may not
11781178
have been addressed yet.
11791179

1180-
You can experiment with L<Inline::Ruby|https://raku.land/github:awwaiid/Inline::Ruby>
1181-
to call existing Ruby code from your Raku programs. This uses an embedded
1182-
instance of the C<ruby> interpreter to run Ruby code called from your Raku
1183-
script. Note that this is an EXPERIMENTAL library. You can similarly call other
1184-
language's libraries with Inline::Perl5, Inline::Python, and others.
1185-
11861180
=begin comment
11871181

11881182
### Guidelines for contributions:

doc/Language/testing.rakudoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,7 @@ command line:
7373
$ raku t/test-filename.rakutest
7474

7575
To run all tests in the directory recursively,
76-
L<prove6|https://raku.land/zef:leont/App::Prove6> application can
77-
be used.
76+
L<prove6|https://raku.land/zef:leont/App::Prove6> can be used.
7877

7978
You have to install it before using with zef:
8079

doc/Programs/01-debugging.rakudoc

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -97,15 +97,7 @@ Historically other modules have existed and others are likely to be
9797
written in the future. Please check the L<Raku
9898
Modules|https://raku.land/> website for more modules like these.
9999

100-
=head2 L<C<Debugger::UI::CommandLine>|https://raku.land/github:jnthn/Debugger::UI::CommandLine>
101-
102-
A command-line debugger frontend for Rakudo. This module installs the
103-
C<raku-debug-m> command-line utility, and is bundled with the Rakudo
104-
Star distributions. Please check
105-
L<its repository|https://github.com/jnthn/rakudo-debugger>
106-
for instructions and a tutorial.
107-
108-
=head2 L<C<Grammar::Debugger>|https://raku.land/github:jnthn/Grammar::Debugger> (and C<Grammar::Tracer> in the same distribution)
100+
=head2 L<C<Grammar::Debugger>|https://raku.land/zef:raku-community-modules/Grammar::Debugger> (and C<Grammar::Tracer> in the same distribution)
109101

110102
Simple tracing and debugging support for Raku grammars.
111103

0 commit comments

Comments
 (0)