From 8e3d50c807355f337091c7226ef97891277b3e89 Mon Sep 17 00:00:00 2001 From: Pepe Fagoaga Date: Mon, 20 Oct 2025 14:51:15 +0200 Subject: [PATCH] fix(docs): redirect user-guide-tutorials (#8945) --- docs/docs.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/docs.json b/docs/docs.json index e72c276586..ca09740603 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -431,6 +431,10 @@ { "source": "/projects/prowler-saas/en/latest/:slug*", "destination": "https://docs.prowler.pro/en/latest/:slug*" + }, + { + "source": "/projects/prowler-open-source/en/latest/tutorials/:slug*", + "destination": "/user-guide/tutorials/:slug*" } ] }