From 15551db840c8dd61bc6e5071e066c33320f80cd0 Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Mon, 22 Nov 2021 20:10:39 +0300 Subject: [PATCH] docs: add redirect from /gpio --- redirects.json | 1 + 1 file changed, 1 insertion(+) diff --git a/redirects.json b/redirects.json index 17bdfd70..9c75611d 100644 --- a/redirects.json +++ b/redirects.json @@ -63,6 +63,7 @@ { "from": "power/", "to": "en/power.html" }, { "from": "connection/", "to": "en/connection.html" }, { "from": "clover_vm/", "to": "en/simulation_vm.html" }, + { "from": "gpio/", "to": "en/gpio.html" }, { "from": "ru/microsd_images.html", "to": "image.html" }, { "from": "en/microsd_images.html", "to": "image.html" }