From f726a6da06265ba5cde36fe49c145485d33666d9 Mon Sep 17 00:00:00 2001 From: Disha Faujdar <146777330+dishafaujdar@users.noreply.github.com> Date: Sat, 30 Nov 2024 00:30:36 +0530 Subject: [PATCH] fix: fix Spec Explorer link in Docs (#3428) Co-authored-by: Akshat Nema <76521428+akshatnema@users.noreply.github.com> --- components/data/buckets.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/data/buckets.ts b/components/data/buckets.ts index dc6a11238467..1e9a4e0e042e 100644 --- a/components/data/buckets.ts +++ b/components/data/buckets.ts @@ -93,7 +93,7 @@ export const buckets: Bucket[] = [ name: 'Explorer', title: 'Specification Explorer', description: 'Simplifying our Specification JSON Schema like a pro.', - link: '/docs/reference/specification/v3.0.0-Explorer', + link: '/docs/reference/specification/v3.0.0-explorer', className: 'bg-teal-200', borderClassName: 'border-orange-200', icon: IconExplorer