forked from nodejs/nodejs.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
redirects.json
205 lines (205 loc) · 5.59 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
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
{
"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"
},
{
"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"
},
{
"source": "/:locale/docs/guides/getting-started-guide",
"destination": "/:locale/learn/getting-started/introduction-to-nodejs"
},
{
"source": "/:locale/docs/guides/blocking-vs-non-blocking",
"destination": "/:locale/learn/asynchronous-work/overview-of-blocking-vs-non-blocking"
},
{
"source": "/:locale/docs/guides/timers-in-node/",
"destination": "/:locale/learn/asynchronous-work/discover-javascript-timers"
},
{
"source": "/:locale/docs/es6",
"destination": "/:locale/learn/getting-started/ecmascript-2015-es6-and-beyond"
},
{
"source": "/:locale/docs",
"destination": "https://nodejs.org/docs/latest/api/"
},
{
"source": "/:locale/docs/guides",
"destination": "/:locale/guides"
},
{
"source": "/:locale/docs/guides/:path*",
"destination": "/:locale/guides/:path*"
},
{
"source": "/:locale/get-involved",
"destination": "/:locale/about/get-involved"
},
{
"source": "/:locale/get-involved/:path*",
"destination": "/:locale/about/get-involved/:path*"
},
{
"source": "/:locale/learn",
"destination": "/:locale/learn/getting-started/introduction-to-nodejs"
}
],
"internal": []
}