From cb3f3a8c5366bfbe10649ba32d71b350e73d31b7 Mon Sep 17 00:00:00 2001 From: Alex Yarosh Date: Wed, 26 Aug 2026 12:21:00 -0400 Subject: [PATCH] move redirect Removed duplicate redirect entry for how billing works. --- redirects.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/redirects.json b/redirects.json index a6c1be0ff9..f28232b036 100644 --- a/redirects.json +++ b/redirects.json @@ -124,6 +124,11 @@ "status": "301", "target": "/docs/latest/questions/introduction" }, + { + "source": "/docs/latest/cloud/how-billing-works", + "status": "301", + "target": "https://www.metabase.com/how-billing-works" + }, { "source": "/docs/", "status": "301", @@ -133,10 +138,5 @@ "source": "/docs/<*>", "status": "404-200", "target": "/docs/404.html" - }, - { - "source": "/docs/latest/cloud/how-billing-works", - "status": "301", - "target": "https://www.metabase.com/how-billing-works" } ]