File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -139,17 +139,17 @@ CREDITS
139139
140140The very useful Raku modules used herein:
141141
142- * ` App::Mi6 ` by ** zef: skaji **
142+ * [ ` App::Mi6 ` ] ( https://github.com/skaji/mi6 ) by ** zef: skaji **
143143
144- * ` File::Directory::Tree ` by ** github: labster **
144+ * [ ` File::Directory::Tree ` ] ( https://github.com/stuart-little/raku-file-directory-tree ) by ** github: labster **
145145
146- * ` File::Temp ` by ** zef: rbt **
146+ * [ ` File::Temp ` ] ( https://github.com/raku-community-modules/File-Temp ) by ** zef: rbt **
147147
148- * ` Proc::Easier ` by ** zef: sdondley **
148+ * [ ` Proc::Easier ` ] ( https://github.com/sdondley/Proc-Easier ) by ** zef: sdondley **
149149
150- * ` File::Find ` by ** zef: raku-community-modules **
150+ * [ ` File::Find ` ] ( https://github.com/raku-community-modules/File-Find ) by ** zef: raku-community-modules **
151151
152- * ` MacOS::NativeLib ` by ** zef: lizmat **
152+ * [ ` MacOS::NativeLib ` ] ( https://github.com/lizmat/MacOS-NativeLib ) by ** zef: lizmat **
153153
154154COPYRIGHT AND LICENSE
155155=====================
Original file line number Diff line number Diff line change 11Before release:
22
33Tidy docs
4+ # from wayland76:
5+ make credits into links
46
57DONE: Find where we call mi6: empty dir check MUST be done there!!!
68
Original file line number Diff line number Diff line change @@ -181,12 +181,12 @@ Tom Browder <tbrowder@acm.org>
181181
182182The very useful Raku modules used herein:
183183
184- =item C<App::Mi6> by B<zef:skaji>
185- =item C<File::Directory::Tree> by B<github:labster>
186- =item C<File::Temp> by B<zef:rbt>
187- =item C<Proc::Easier> by B<zef:sdondley>
188- =item C<File::Find> by B<zef:raku-community-modules>
189- =item C<MacOS::NativeLib> by B<zef:lizmat>
184+ =item L< C<App::Mi6>|https://github.com/skaji/mi6 > by B<zef:skaji>
185+ =item L< C<File::Directory::Tree>|https://github.com/stuart-little/raku-file-directory-tree > by B<github:labster>
186+ =item L< C<File::Temp>|https://github.com/raku-community-modules/File- Temp> by B<zef:rbt>
187+ =item L< C<Proc::Easier>|https://github.com/sdondley/Proc- Easier> by B<zef:sdondley>
188+ =item L< C<File::Find>|https://github.com/raku-community-modules/File- Find> by B<zef:raku-community-modules>
189+ =item L< C<MacOS::NativeLib>|https://github.com/lizmat/MacOS- NativeLib> by B<zef:lizmat>
190190
191191=head1 COPYRIGHT AND LICENSE
192192
You can’t perform that action at this time.
0 commit comments