From f6b3c8ab8632e887edd47cd61d078849172734e8 Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Tue, 14 Jan 2020 18:32:00 +0300 Subject: [PATCH] gitbook: fix redirects --- redirects.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/redirects.json b/redirects.json index aa82aa67..2239d88e 100644 --- a/redirects.json +++ b/redirects.json @@ -55,7 +55,7 @@ { "from": "leds/", "to": "ru/leds.html" }, { "from": "hostname/", "to": "ru/hostname.html" }, - { "from": "ru/microsd_images.html", "to": "ru/image.html" }, - { "from": "en/microsd_images.html", "to": "en/image.html" } + { "from": "ru/microsd_images.html", "to": "image.html" }, + { "from": "en/microsd_images.html", "to": "image.html" } ] }