forked from PX4/PX4-user_guide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
redirects.json
59 lines (56 loc) · 2.46 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
{
"redirects": [
{
"from": "en/flying/flight_reporting.html",
"to": "en/getting_started/flight_reporting.html"
},
{
"from": "en/framebuild_multicopter/lumenier_qav250_pixhawk_mini.html",
"to": "en/frames_multicopter/lumenier_qav250_pixhawk_mini.html"
},
{
"from": "en/framebuild_multicopter/lumenier_qav250_pixhawk_auav_x2.html",
"to": "en/frames_multicopter/lumenier_qav250_pixhawk_auav_x2.html"
},
{
"from": "en/framebuild_multicopter/spedix_s250_pixracer.html",
"to": "en/frames_multicopter/spedix_s250_pixracer.html"
},
{
"from": "en/framebuild_multicopter/robocat_270_pixracer.html",
"to": "en/frames_multicopter/robocat_270_pixracer.html"
},
{
"from": "en/framebuild_plane/wing_wing_z84.html",
"to": "en/frames_plane/wing_wing_z84.html"
},
{
"from": "en/framebuild_vtol/vtol_quadplane_falcon_vertigo_hybrid_rtf_dropix.html",
"to": "en/frames_vtol/vtol_quadplane_falcon_vertigo_hybrid_rtf_dropix.html"
},
{
"from": "en/framebuild_vtol/vtol_quadplane_fun_cub_vtol_pixhawk.html",
"to": "en/frames_vtol/vtol_quadplane_fun_cub_vtol_pixhawk.html"
},
{
"from": "en/framebuild_vtol/vtol_quadplane_volantex_ranger_ex_pixhawk.html",
"to": "en/frames_vtol/vtol_quadplane_volantex_ranger_ex_pixhawk.html"
},
{
"from": "en/framebuild_vtol/vtol_tiltrotor_birdseyeview_firefly_y6_pixfalcon.html",
"to": "en/frames_vtol/vtol_tiltrotor_birdseyeview_firefly_y6_pixfalcon.html"
},
{
"from": "en/framebuild_vtol/vtol_tiltrotor_eflite_convergence_pixfalcon.html",
"to": "en/frames_vtol/vtol_tiltrotor_eflite_convergence_pixfalcon.html"
},
{
"from": "en/config/vtol_quad_configuration.html",
"to": "en/config_vtol/vtol_quad_configuration.html"
},
{
"from": "en/advanced_config/vtol_without_airspeed_sensor.html",
"to": "en/config_vtol/vtol_without_airspeed_sensor.html"
}
]
}