Commit 9a7cded 1 parent ae59490 commit 9a7cded Copy full SHA for 9a7cded
File tree 1 file changed +10
-5
lines changed
1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change 10
10
],
11
11
"redirects" : [
12
12
{
13
- "source" : " /embed-dart.html" ,
13
+ "source" : " /embed-dart?( .html) " ,
14
14
"destination" : " /?embed=true" ,
15
15
"type" : 301
16
16
},
17
17
{
18
- "source" : " /embed-flutter.html" ,
18
+ "source" : " /embed-flutter?( .html) " ,
19
19
"destination" : " /?embed=true" ,
20
20
"type" : 301
21
21
},
22
22
{
23
- "source" : " /embed-flutter_showcase.html" ,
23
+ "source" : " /embed-flutter_showcase?( .html) " ,
24
24
"destination" : " /?embed=true" ,
25
25
"type" : 301
26
26
},
27
27
{
28
- "source" : " /embed-html.html" ,
28
+ "source" : " /embed-html?( .html) " ,
29
29
"destination" : " /?embed=true" ,
30
30
"type" : 301
31
31
},
32
32
{
33
- "source" : " /embed-inline.html" ,
33
+ "source" : " /embed-inline?( .html) " ,
34
34
"destination" : " /?embed=true" ,
35
35
"type" : 301
36
+ },
37
+ {
38
+ "source" : " /workshops?(.html)" ,
39
+ "destination" : " https://github.com/dart-lang/dart-pad/wiki/Workshop-authoring-guide" ,
40
+ "type" : 301
36
41
}
37
42
],
38
43
"rewrites" : [
You can’t perform that action at this time.
0 commit comments