From 29801dcc7e555deb4ae7cbf2a083a64f85c69f0e Mon Sep 17 00:00:00 2001 From: rcarteraz Date: Tue, 23 Jan 2024 21:17:06 -0700 Subject: [PATCH] update redirect links --- vercel.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/vercel.json b/vercel.json index fcaa6263..4a15b269 100644 --- a/vercel.json +++ b/vercel.json @@ -57,12 +57,12 @@ "destination": "/docs/hardware/devices" }, { - "source": "/docs/legal/trademark/", - "destination": "/docs/legal/licensing-and-trademark/" + "source": "/docs/legal/trademark(?:/)?", + "destination": "/docs/legal/licensing-and-trademark", }, { - "source": "/docs/legal/licensing/", - "destination": "/docs/legal/licensing-and-trademark" + "source": "/docs/legal/licensing(?:/)?", + "destination": "/docs/legal/licensing-and-trademark", } ] } \ No newline at end of file