forked from nodejs/nodejs.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
redirects.json
166 lines (166 loc) · 4.36 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
{
"external": [
{
"source": "/index.html",
"destination": "/"
},
{
"source": "/api.html",
"destination": "/api"
},
{
"source": "/changelog.html",
"destination": "https://github.com/nodejs/node/blob/HEAD/CHANGELOG.md"
},
{
"source": "/calendar",
"destination": "https://calendar.google.com/calendar/embed?src=nodejs.org_nr77ama8p7d7f9ajrpnu506c98%40group.calendar.google.com"
},
{
"source": "/calendar.ics",
"destination": "https://calendar.google.com/calendar/ical/nodejs.org_nr77ama8p7d7f9ajrpnu506c98%40group.calendar.google.com/public/basic.ics"
},
{
"source": "/:locale/security",
"destination": "https://github.com/nodejs/node/security/policy#security"
},
{
"source": "/:locale/contribute/accepting_contributions.html",
"destination": "https://github.com/nodejs/dev-policy"
},
{
"source": "/:locale/advisory-board",
"destination": "https://github.com/nodejs/TSC"
},
{
"source": "/:locale/about/advisory-board",
"destination": "https://github.com/nodejs/TSC"
},
{
"source": "/:locale/about/organization",
"destination": "https://github.com/nodejs/TSC"
},
{
"source": "/:locale/about/organization/tsc-meetings",
"destination": "https://github.com/nodejs/TSC/tree/HEAD/meetings"
},
{
"source": "/:locale/about/trademark",
"destination": "https://trademark-policy.openjsf.org"
},
{
"source": "/:locale/foundation",
"destination": "https://openjsf.org"
},
{
"source": "/:locale/foundation/case-studies",
"destination": "https://openjsf.org/projects"
},
{
"source": "/:locale/foundation/members",
"destination": "https://openjsf.org/about/members"
},
{
"source": "/:locale/foundation/board",
"destination": "https://openjsf.org/about/governance"
},
{
"source": "/:locale/foundation/tsc",
"destination": "https://github.com/nodejs/TSC"
},
{
"source": "/:locale/foundation/certification",
"destination": "https://openjsf.org/certification"
},
{
"source": "/:locale/foundation/in-the-news",
"destination": "https://openjsf.org"
},
{
"source": "/:locale/foundation/announcements",
"destination": "https://openjsf.org/blog"
},
{
"source": "/:locale/foundation/education",
"destination": "https://openjsf.org/certification"
}
],
"internal": [
{
"source": "/about",
"destination": "/en/about"
},
{
"source": "/community",
"destination": "/en/get-involved"
},
{
"source": "/contribute/:path*",
"destination": "/en/get-involved"
},
{
"source": "/documentation/:path*",
"destination": "/en/docs/:path*"
},
{
"source": "/blog/:path*",
"destination": "/en/blog/:path*"
},
{
"source": "/:locale/community",
"destination": "/:locale/get-involved"
},
{
"source": "/:locale/docs/inspector",
"destination": "/:locale/docs/guides/debugging-getting-started"
},
{
"source": "/:locale/contribute/:path*",
"destination": "/:locale/get-involved"
},
{
"source": "/:locale/documentation/:path*",
"destination": "/:locale/docs/:path*"
},
{
"source": "/(atom|feed|rss).xml",
"destination": "/en/feed/blog.xml"
},
{
"source": "/feed",
"destination": "/en/feed/blog.xml"
},
{
"source": "/feed/release",
"destination": "/en/feed/releases.xml"
},
{
"source": "/feed/vulnerability",
"destination": "/en/feed/vulnerability.xml"
},
{
"source": "/(static/|)favicon.ico",
"destination": "/static/images/favicons/favicon.png"
},
{
"source": "/(static/|)favicon.png",
"destination": "/static/images/favicons/favicon.png"
},
{
"source": "/(static/|)apple-touch-icon(.*).png",
"destination": "/static/images/favicons/favicon.png"
},
{
"source": "/logos/:path*",
"destination": "/static/images/logos/:path*"
},
{
"source": "/:locale/download/releases",
"destination": "/:locale/about/previous-releases"
},
{
"source": "/:locale/about/security",
"destination": "/:locale/about/security-reporting"
}
]
}