forked from mavlink/mavlink-devguide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
redirects.json
54 lines (52 loc) · 1.61 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
{
"redirects": [
{
"from": "en/protocol/overview.html",
"to": "en/about/overview.html"
},
{
"from": "en/protocol/heartbeat.html",
"to": "en/services/heartbeat.html"
},
{
"from": "en/protocol/mission.html",
"to": "en/services/mission.html"
},
{
"from": "en/protocol/parameter.html",
"to": "en/services/parameter.html"
},
{
"from": "en/protocol/command.html",
"to": "en/services/command.html"
},
{
"from": "en/protocol/camera.html",
"to": "en/services/camera.html"
},
{
"from": "en/protocol/camera_def.html",
"to": "en/services/camera_def.html"
},
{
"from": "en/protocol/gimbal.html",
"to": "en/services/gimbal.html"
},
{
"from": "en/protocol/arm_authorization.html",
"to": "en/services/arm_authorization.html"
},
{
"from": "en/protocol/image_transmission.html",
"to": "en/services/image_transmission.html"
},
{
"from": "en/protocol/ftp.html",
"to": "en/services/ftp.html"
},
{
"from": "en/protocol/landing_target.html",
"to": "en/services/landing_target.html"
}
]
}