From abba3bf8765ffc447456560dba064a877bc934d9 Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Thu, 3 Jun 2021 11:38:19 +0300 Subject: [PATCH] docs: change some redirects to English version Since GitHub pages considers / as /.html now --- redirects.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/redirects.json b/redirects.json index 8d4a04ff..0e439588 100644 --- a/redirects.json +++ b/redirects.json @@ -12,13 +12,13 @@ { "from": "connectortypes.html", "to": "ru/connectortypes.html" }, { "from": "gps.html", "to": "ru/gps.html" }, { "from": "setup.html", "to": "ru/setup.html" }, - { "from": "power.html", "to": "ru/power.html" }, + { "from": "power.html", "to": "en/power.html" }, { "from": "modes.html", "to": "ru/modes.html" }, - { "from": "firmware.html", "to": "ru/firmware.html" }, + { "from": "firmware.html", "to": "en/firmware.html" }, { "from": "px4_parameters.html", "to": "ru/px4_parameters.html" }, { "from": "raspberry.html", "to": "ru/raspberry.html" }, { "from": "microsd_images.html", "to": "ru/image.html" }, - { "from": "connection.html", "to": "ru/connection.html" }, + { "from": "connection.html", "to": "en/connection.html" }, { "from": "wifi.html", "to": "ru/wifi.html" }, { "from": "ssh.html", "to": "ru/ssh.html" }, { "from": "network.html", "to": "ru/network.html" }, @@ -36,7 +36,7 @@ { "from": "camera_frame.html", "to": "ru/camera_setup.html" }, { "from": "ru/camera_frame.html", "to": "camera_setup.html" }, { "from": "camera.html", "to": "ru/camera.html" }, - { "from": "led.html", "to": "ru/leds.html" }, + { "from": "led.html", "to": "en/leds.html" }, { "from": "leds.html", "to": "ru/leds.html" }, { "from": "rviz.html", "to": "ru/rviz.html" }, { "from": "sitl.html", "to": "ru/sitl.html" },