-
Notifications
You must be signed in to change notification settings - Fork 36
/
redirects.json
67 lines (66 loc) · 1.68 KB
/
redirects.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
[
{
"from": "/covid-19-testing-sites/",
"to": "/covid-19-testing-locations/"
},
{
"from": "/covid-19-testing-sites/about/",
"to": "/covid-19-testing-locations/about/"
},
{
"from": "/covid-19-testing-sites/faqs/",
"to": "/covid-19-testing-locations/faqs/"
},
{
"from": "/covid-19-testing-sites/how-it-works/",
"to": "/covid-19-testing-locations/how-it-works/"
},
{
"from": "/covid-19-testing-sites/legal/",
"to": "/covid-19-testing-locations/legal/"
},
{
"from": "/covid-19-testing-sites/arizona/",
"to": "/covid-19-testing-locations/arizona/"
},
{
"from": "/covid-19-testing-sites/california/",
"to": "/covid-19-testing-locations/california/"
},
{
"from": "/covid-19-testing-sites/delaware/",
"to": "/covid-19-testing-locations/delaware/"
},
{
"from": "/covid-19-testing-sites/florida/",
"to": "/covid-19-testing-locations/florida/"
},
{
"from": "/covid-19-testing-sites/massachusetts/",
"to": "/covid-19-testing-locations/massachusetts/"
},
{
"from": "/covid-19-testing-sites/nevada/",
"to": "/covid-19-testing-locations/nevada/"
},
{
"from": "/covid-19-testing-sites/new-jersey/",
"to": "/covid-19-testing-locations/new-jersey/"
},
{
"from": "/covid-19-testing-sites/new-york/",
"to": "/covid-19-testing-locations/new-york/"
},
{
"from": "/covid-19-testing-sites/pennsylvania/",
"to": "/covid-19-testing-locations/pennsylvania/"
},
{
"from": "/covid-19-testing-sites/texas/",
"to": "/covid-19-testing-locations/texas/"
},
{
"from": "/covid-19-testing-sites/washington/",
"to": "/covid-19-testing-locations/washington/"
}
]