Skip to content

Commit 55e0f43

Browse files
committed
Redirect to the git repo
Maybe it should redirect to the wiki instead? Rhesolves #295, tests needed.
1 parent 22a1558 commit 55e0f43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/Shareable.p6

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ sub cached-archive($build where ‘HEAD.tar.gz’, :$backend=‘rakudo-moar’,
4949
}
5050

5151
my $application = route {
52+
get sub () { redirect :temporary, https://github.com/perl6/whateverable }
5253
get sub ($build, :$type=rakudo-moar, :$arch) {
5354
return not-found if $arch and $arch ne $host-arch;
5455
my $backend = $type; # “backend” is used internally but sounds weird

0 commit comments

Comments
 (0)