From e3a332cdc86741fe0a5980dee23ed49cee7dc746 Mon Sep 17 00:00:00 2001 From: Salmen Hichri Date: Tue, 4 Jun 2024 10:52:18 +0100 Subject: [PATCH] Updated a redirection on the docs website --- docs/vercel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/vercel.json b/docs/vercel.json index c882b95b..ea0df04e 100644 --- a/docs/vercel.json +++ b/docs/vercel.json @@ -14,7 +14,7 @@ { "source": "/nlux/api/user-interface/event-listeners", "destination": "/nlux/reference/ui/events", "permanent": true }, { "source": "/nlux/api/user-interface", "destination": "/nlux/reference/ui", "permanent": true }, { "source": "/nlux/api/:path*", "destination": "/nlux/reference/:path*", "permanent": true }, - { "source": "/api/ui/:path*", "destination": "/nlux/reference/:path*", "permanent": true }, + { "source": "/api/ui/:path*", "destination": "/nlux/reference/ui/:path*", "permanent": true }, { "source": "/nlux\\?:path*", "destination": "/nlux/?:path*" }, { "source": "/nlux:path((?!)(?!/).*)", "destination": "/nlux/:path*" } ]