Skip to content
This repository was archived by the owner on Nov 16, 2020. It is now read-only.

Commit fa5cf1c

Browse files
committed
fix some file: entries
1 parent fc1a2dc commit fa5cf1c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

features.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
{
154154
"item" : "Subset types",
155155
"status" : "rm+ rn+ n+",
156-
"code" : [ "http://rosettacode.org/wiki/Define_a_primitive_data_type#Perl_6", "file:///home/larry/Desktop/rosettacode.org/wiki/Exponentiation_operator.html#Perl_6" ],
156+
"code" : [ "http://rosettacode.org/wiki/Define_a_primitive_data_type#Perl_6", "http://rosettacode.org/wiki/Exponentiation_operator.html#Perl_6" ],
157157
"spec" : [ ]
158158
}, {
159159
"item" : "Enums",
@@ -310,7 +310,7 @@
310310
}, {
311311
"item" : "Lists, arrays, map, grep",
312312
"status" : "rm+ rn+ n+",
313-
"code" : [ "file:///home/larry/Desktop/rosettacode.org/wiki/Factors_of_an_integer.html#Perl_6" ],
313+
"code" : [ "http://rosettacode.org/wiki/Factors_of_an_integer.html#Perl_6" ],
314314
"spec" : [ ]
315315
}, {
316316
"item" : "Lazy lists, gather/take",
@@ -384,7 +384,7 @@
384384
}, {
385385
"item" : "Based on types",
386386
"status" : "rm+ rn+ n+",
387-
"code" : [ "file:///home/larry/Desktop/rosettacode.org/wiki/Exponentiation_operator.html#Perl_6" ],
387+
"code" : [ "http://rosettacode.org/wiki/Exponentiation_operator.html#Perl_6" ],
388388
"spec" : [ ]
389389
}, {
390390
"item" : "Proper narrowness analysis",
@@ -477,7 +477,7 @@
477477
}, {
478478
"item" : "Sequence",
479479
"status" : "rm+ rn+ n+",
480-
"code" : [ "http://rosettacode.org/wiki/Dinesman%27s_multiple-dwelling_problem#Perl_6" ],
480+
"code" : [ "http://rosettacode.org/wiki/Fibonacci_sequence.html#Perl_6", "http://rosettacode.org/wiki/Dinesman%27s_multiple-dwelling_problem#Perl_6" ],
481481
"spec" : [ ]
482482
}, {
483483
"item" : "Logic cascade (andthen, orelse)",
@@ -521,7 +521,7 @@
521521
}, {
522522
"item" : "Hyper",
523523
"status" : "rm+ rn- n+",
524-
"code" : [ "http://rosettacode.org/wiki/Element-wise_operations#Perl_6", "http://rosettacode.org/wiki/Dot_product#Perl_6", "http://rosettacode.org/wiki/Deconvolution/1D#Perl_6" ],
524+
"code" : [ "http://rosettacode.org/wiki/Element-wise_operations#Perl_6", "http://rosettacode.org/wiki/Dot_product#Perl_6", "http://rosettacode.org/wiki/Deconvolution/1D#Perl_6", "http://rosettacode.org/wiki/Fast_Fourier_transform.html#Perl_6" ],
525525
"spec" : [ ]
526526
}]
527527
},
@@ -535,7 +535,7 @@
535535
}, {
536536
"item" : "Defining new operators",
537537
"status" : "rm+ n+",
538-
"code" : [ "file:///home/larry/Desktop/rosettacode.org/wiki/Exponentiation_operator.html#Perl_6", "http://rosettacode.org/wiki/Evaluate_binomial_coefficients#Perl_6", "http://rosettacode.org/wiki/Combinations_with_repetitions#Perl_6" ],
538+
"code" : [ "http://rosettacode.org/wiki/Exponentiation_operator.html#Perl_6", "http://rosettacode.org/wiki/Evaluate_binomial_coefficients#Perl_6", "http://rosettacode.org/wiki/Combinations_with_repetitions#Perl_6" ],
539539
"spec" : [ ]
540540
}, {
541541
"item" : "Precedence and associativity of new operators",
@@ -637,7 +637,7 @@
637637
}, {
638638
"item" : "Environment vars",
639639
"status" : "rm+ rn- n+",
640-
"code" : [ "file:///home/larry/Desktop/rosettacode.org/wiki/Environment_variables.html#Perl_6" ],
640+
"code" : [ "http://rosettacode.org/wiki/Environment_variables.html#Perl_6" ],
641641
"spec" : [ ]
642642
} ]
643643
},

0 commit comments

Comments
 (0)