From 369e85db3837af9efa61d6a1ef6350e5f61afb26 Mon Sep 17 00:00:00 2001 From: Kevin Carmody Date: Thu, 29 Feb 2024 19:33:46 +0000 Subject: [PATCH] fix: update links to 2.0 docs --- src/routes/docs/2.0/+page.svx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes/docs/2.0/+page.svx b/src/routes/docs/2.0/+page.svx index 6f038de9..b400b41c 100644 --- a/src/routes/docs/2.0/+page.svx +++ b/src/routes/docs/2.0/+page.svx @@ -14,6 +14,6 @@ These components can serve as the basis for your own components or design system The original Headless UI library was written by Tailwind Labs and is maintained by them. This project is a direct port, but it is not affiliated with Tailwind Labs and is neither endorsed by, nor supported by, them; it is a community port. -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). +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](2.0/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](2.0/general-concepts#component-styling) for different methods to style these components with Svelte.