forked from PX4/PX4-user_guide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
redirects.json
92 lines (88 loc) · 3.75 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
{
"redirects": [
{
"from": "en/advanced_config/pid_tuning_guide_multicopter.html",
"to": "en/config_mc/pid_tuning_guide_multicopter.html"
},
{
"from": "en/advanced_config/advanced_mc_position_tuning.html",
"to": "en/config_mc/advanced_mc_position_tuning.html"
},
{
"from": "en/advanced_config/racer_setup.html",
"to": "en/config_mc/racer_setup.html"
},
{
"from": "en/advanced_config/pid_tuning_guide_fixedwing.html",
"to": "en/config_fw/pid_tuning_guide_fixedwing.html"
},
{
"from": "en/advanced_config/trimming_guide_fixedwing.html",
"to": "en/config_fw/trimming_guide_fixedwing.html"
},
{
"from": "en/peripherals/rtk_gps_hex_hereplus.html",
"to": "en/gps_compass/rtk_gps_hex_hereplus.html"
},
{
"from": "en/peripherals/rtk_gps_drotek_xl.html",
"to": "en/gps_compass/rtk_gps_drotek_xl.html"
},
{
"from": "en/peripherals/rtk_gps_cuav_c-rtk.html",
"to": "en/gps_compass/rtk_gps_cuav_c-rtk.html"
},
{
"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"
}
]
}