From 71c79446b9252b5c06fa870bd8db7c41649c96bb Mon Sep 17 00:00:00 2001 From: Naoum Hankache Date: Fri, 26 Apr 2019 20:51:39 +0300 Subject: [PATCH] Temporary location of latest R* Revert this commit whenever https://rakudo.org/files is able to serve again R* --- source/downloads/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/downloads/index.html b/source/downloads/index.html index ba7985eed..10c664874 100644 --- a/source/downloads/index.html +++ b/source/downloads/index.html @@ -22,7 +22,7 @@

Installing from binaries

Windows and macOS users can directly install the most recent version of Rakudo Star from the downloads section.

-

https://rakudo.org/files/

+

https://perl6intro.com/files/

Docker users can directly install with docker pull rakudo-star

@@ -37,7 +37,7 @@

Installing from source

A quick start for Linux/Mac/BSD/Mingw etc. follows:

-
% wget https://rakudo.perl6.org/downloads/star/rakudo-star-2019.03.tar.gz
+        
% wget https://perl6intro.com/files/rakudo-star-2019.03.tar.gz
 % tar xfz rakudo-star-2019.03.tar.gz
 % cd rakudo-star-2019.03
 % perl Configure.pl --gen-moar --make-install --prefix ~/rakudo