From 445b6022c68646a3649213f80654a239fd9a1f40 Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Tue, 19 Mar 2019 00:58:10 +0300 Subject: [PATCH] gitbook: add some redirects --- redirects.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/redirects.json b/redirects.json index 69174e9e..1f7976c0 100644 --- a/redirects.json +++ b/redirects.json @@ -41,6 +41,14 @@ { "from": "copterhack2018.html", "to": "ru/copterhack2018.html" }, { "from": "copterhack2018.html", "to": "ru/copterhack2017.html" }, { "from": "mavlink.html", "to": "ru/mavlink.html" }, - { "from": "flight_logs.html", "to": "ru/flight_logs.html" } + { "from": "flight_logs.html", "to": "ru/flight_logs.html" }, + + { "from": "modes/", "to": "ru/modes.html" }, + { "from": "firmware/", "to": "ru/firmware.html" }, + { "from": "simple_offboard/", "to": "ru/simple_offboard.html" }, + { "from": "camera/", "to": "ru/camera.html" }, + { "from": "snippets/", "to": "ru/snippets.html" }, + { "from": "optical_flow/", "to": "ru/optical_flow.html" }, + { "from": "laser/", "to": "ru/laser.html" } ] }