From 5c0cb9ee140a8ec3e0853bfa3d463580a8e3658f Mon Sep 17 00:00:00 2001 From: Mike Szczys Date: Thu, 4 Jan 2024 12:00:39 -0600 Subject: [PATCH] redirect: remove erroneous domain addr from source Remove https://docs.golioth.io mistakenly included in source URL as all sources shouldbe relative to the domain. Signed-off-by: Mike Szczys --- firebase.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/firebase.json b/firebase.json index aa970434..20a92596 100644 --- a/firebase.json +++ b/firebase.json @@ -136,7 +136,7 @@ "type": 301 }, { - "source": "https://docs.golioth.io/getting-started/console/choose-device{,/**}", + "source": "/getting-started/console/choose-device{,/**}", "destination": "/#using-golioth-with-your-iot-hardware", "type": 301 }, @@ -324,7 +324,7 @@ "type": 301 }, { - "source": "https://docs.golioth.io/getting-started/console/choose-device{,/**}", + "source": "/getting-started/console/choose-device{,/**}", "destination": "/#using-golioth-with-your-iot-hardware", "type": 301 },