diff options
author | sumanstats <suman81765@gmail.com> | 2020-06-15 20:42:57 +0545 |
---|---|---|
committer | sumanstats <suman81765@gmail.com> | 2020-06-15 20:42:57 +0545 |
commit | d78605e0d7839c6c9e7ccf9d07a041800e6d340b (patch) | |
tree | 8b1c564494a071d311e19e4818a6e10cb533b307 /raku.html.markdown | |
parent | 0ecb8264293d852f2ef586279885848b621668d1 (diff) |
Reflect perl6 to raku rename
+ As mentioned here: https://github.com/Raku/problem-solving/blob/master/solutions/language/Path-to-Raku.md perl6 is renamed to raku
+ change references of perl6 to raku
+ change extension from .p6 to .raku
+ fix the link of raku advent calendar
Diffstat (limited to 'raku.html.markdown')
-rw-r--r-- | raku.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/raku.html.markdown b/raku.html.markdown index 163d8e56..16035615 100644 --- a/raku.html.markdown +++ b/raku.html.markdown @@ -2392,7 +2392,7 @@ resource on Raku. If you are looking for something, use the search bar. This will give you a dropdown menu of all the pages referencing your search term (Much better than using Google to find Raku documents!). -- Read the [Raku Advent Calendar](http://perl6advent.wordpress.com/). This +- Read the [Raku Advent Calendar](https://rakuadventcalendar.wordpress.com/). This is a great source of Raku snippets and explanations. If the docs don't describe something well enough, you may find more detailed information here. This information may be a bit older but there are many great examples and |