File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
8
8
<title><%= length(title) ? title() . ' - ' : '' %>Raku Modules
9
9
Directory</title>
10
- <link href="//perl6 .org/favicon.ico" rel="shortcut icon">
10
+ <link href="//raku .org/favicon.ico" rel="shortcut icon">
11
11
%= asset "app.css";
12
12
</head>
13
13
<body<%== stash('body_class') ? ' class="' . stash('body_class') . '"' : '' %>>
31
31
<li><a href="https://github.com/ugexe/zef/">
32
32
<i class="glyphicon glyphicon-compressed"></i>
33
33
Module installer</a></li>
34
- <li><a href="http ://docs.perl6 .org/language/modules-core">
34
+ <li><a href="https ://docs.raku .org/language/modules-core">
35
35
<i class="glyphicon glyphicon-apple"></i> Core modules</a></li>
36
36
<li class="hidden-md hidden-sm"
37
- ><a href="https://docs.perl6 .org">
37
+ ><a href="https://docs.raku .org">
38
38
<i class="glyphicon glyphicon-book"></i>
39
39
Language docs</a></li>
40
40
<li class="hidden-md hidden-sm"
41
41
><a href="http://finanalyst.github.io/ModuleCitation/">
42
42
<i class="glyphicon glyphicon-heart"></i> Citations</a></li>
43
- <li><a href="http://doc.perl6 .org/language/modules">
43
+ <li><a href="http://docs.raku .org/language/modules">
44
44
<i class="glyphicon glyphicon-wrench"></i> Create a module</a></li>
45
45
<li class="hidden-sm"><a href="https://github.com/perl6/perl6-most-wanted/blob/master/most-wanted/modules.md">
46
46
<i class="glyphicon glyphicon-star"></i> Most wanted</a></li>
You can’t perform that action at this time.
0 commit comments