From 075f2c35c5aa01fdbc6e91eeb6abb8b768efc2d5 Mon Sep 17 00:00:00 2001 From: Sumit Bando <248569+SumitBando@users.noreply.github.com> Date: Thu, 30 Nov 2023 19:43:50 +0530 Subject: [PATCH] Fix broken link on doc website --- src/routes/docs/2.0/+page.svx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/docs/2.0/+page.svx b/src/routes/docs/2.0/+page.svx index 6f038de9..9c6c233d 100644 --- a/src/routes/docs/2.0/+page.svx +++ b/src/routes/docs/2.0/+page.svx @@ -16,4 +16,4 @@ The original Headless UI library was written by Tailwind Labs and is maintained Headless UI was written originally to support the paid component library called [Tailwind UI](https://tailwindui.com/). This port was done with this use case in mind, and you can [use this with Tailwind UI](docs/tailwind-ui). -This library works very well with [Tailwind CSS](https://tailwindcss.com/) as a styling system, but it is not a requirement & there is nothing Tailwind-specific in the library. [See here](docs/general-concepts#component-styling) for different methods to style these components with Svelte. +This library works very well with [Tailwind CSS](https://tailwindcss.com/) as a styling system, but it is not a requirement & there is nothing Tailwind-specific in the library. [See here](docs/2.0/general-concepts#component-styling) for different methods to style these components with Svelte.