From 45aee8d6d98d5f4d4dc52d2ed7f8ff9a9353c0ae Mon Sep 17 00:00:00 2001 From: Kai Kreuzer Date: Thu, 25 Mar 2021 20:55:18 +0100 Subject: [PATCH] Added download redirects This gives us a chance to not hard-code jfrog urls anywhere in our distro. Related to https://github.com/openhab/openhab-distro/issues/1256 Signed-off-by: Kai Kreuzer --- .vuepress/_redirects | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.vuepress/_redirects b/.vuepress/_redirects index 9fa12ba7..2415f488 100644 --- a/.vuepress/_redirects +++ b/.vuepress/_redirects @@ -14,6 +14,10 @@ /link/homekit /addons/integrations/homekit/ /link/openhabcloud /addons/integrations/openhabcloud/ +# Redirect download locations + +/download/repo/* https://openhab.jfrog.io/artifactory/libs-milestone-local/:splat 302 + # Redirect v1 addon docs to the v2 subdomain /addons/bindings/akm8681/ https://v2.openhab.org/addons/bindings/akm8681/ 301