From 56a2be8170106463a7dcff00b745b4d6b6becd21 Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Fri, 13 Jan 2023 12:59:43 +0300 Subject: [PATCH] docs: add redirect from /red_circle to camera article --- redirects.json | 1 + 1 file changed, 1 insertion(+) diff --git a/redirects.json b/redirects.json index d6a5ac81..a851c75e 100644 --- a/redirects.json +++ b/redirects.json @@ -65,6 +65,7 @@ { "from": "clover_vm/", "to": "en/simulation_vm.html" }, { "from": "gpio/", "to": "en/gpio.html" }, { "from": "blocks/", "to": "en/blocks.html" }, + { "from": "red_circle/", "to": "en/camera.html" }, { "from": "ru/microsd_images.html", "to": "image.html" }, { "from": "en/microsd_images.html", "to": "image.html" },