From 6ca04f0778a6faa01c2a08108f6bb27bcbb733e5 Mon Sep 17 00:00:00 2001 From: Shun Sakai Date: Tue, 10 Nov 2020 05:58:55 +0900 Subject: [PATCH] Update Rakudo Star (#1830) * rakudo-star: Fix missing rename to Raku * rakudo-star: Improve content.md --- rakudo-star/content.md | 12 +++++------- rakudo-star/github-repo | 2 +- rakudo-star/maintainer.md | 2 +- 3 files changed, 7 insertions(+), 9 deletions(-) diff --git a/rakudo-star/content.md b/rakudo-star/content.md index 59045d10a..dd880ec19 100644 --- a/rakudo-star/content.md +++ b/rakudo-star/content.md @@ -2,13 +2,11 @@ Rakudo Star is a Raku (formerly known as Perl 6) distribution designed for use by early adopters of the language. It includes a virtual machine (the JVM or MoarVM), the Rakudo compiler, and a suite of modules that users may find useful. This image includes the MoarVM backend for the compiler. -Project homepage: [http://rakudo.org](http://rakudo.org) +- Project homepage: https://rakudo.org/ +- Raku Language Specification: https://github.com/Raku/roast +- Raku Language Documentation: https://docs.raku.org/ -GitHub repository: [https://github.com/rakudo/star](https://github.com/rakudo/star) - -The Dockerfile responsible: [http://github.com/raku/docker/tree/master/Dockerfile](http://github.com/raku/docker/tree/master/Dockerfile) - -Raku Language Documentation: [http://docs.raku.org/](http://docs.raku.org/) +> [wikipedia.org/wiki/Rakudo](https://en.wikipedia.org/wiki/Rakudo) %%LOGO%% @@ -32,4 +30,4 @@ $ docker run -it %%IMAGE%% raku -e 'say "Hello!"' Many Raku developers are present on #raku on Freenode. -Issues for Rakudo are tracked in [on GitHub](https://github.com/rakudo/rakudo/issues/). +Issues for Rakudo are tracked in [on GitHub](https://github.com/rakudo/rakudo/issues). diff --git a/rakudo-star/github-repo b/rakudo-star/github-repo index 8bead6a48..a39597f12 100644 --- a/rakudo-star/github-repo +++ b/rakudo-star/github-repo @@ -1 +1 @@ -https://github.com/perl6/docker +https://github.com/Raku/docker diff --git a/rakudo-star/maintainer.md b/rakudo-star/maintainer.md index d5a3c22c7..690389e6b 100644 --- a/rakudo-star/maintainer.md +++ b/rakudo-star/maintainer.md @@ -1 +1 @@ -[the Perl 6 Community](%%GITHUB-REPO%%) +[the Raku Community](%%GITHUB-REPO%%)