From 4c9c62394c1a765b9c9f99051d73f7bec7ecc8ba Mon Sep 17 00:00:00 2001 From: Ryan Gossiaux Date: Sun, 11 Jun 2023 13:39:40 -0700 Subject: [PATCH] Fix version history links --- src/routes/docs/1.0/index.svx | 2 +- src/routes/docs/2.0/index.svx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes/docs/1.0/index.svx b/src/routes/docs/1.0/index.svx index 3daabf4..3ccae22 100644 --- a/src/routes/docs/1.0/index.svx +++ b/src/routes/docs/1.0/index.svx @@ -1,4 +1,4 @@ -*This is the documentation for a **previous version** of this library. For other versions, see the [version history](version-history).* +*This is the documentation for a **previous version** of this library. For other versions, see the [version history](1.0/version-history).* Svelte Headless UI is an unofficial, complete Svelte port of the [Headless UI](https://headlessui.dev/) component library. diff --git a/src/routes/docs/2.0/index.svx b/src/routes/docs/2.0/index.svx index e590eaf..6f038de 100644 --- a/src/routes/docs/2.0/index.svx +++ b/src/routes/docs/2.0/index.svx @@ -1,4 +1,4 @@ -*This is the documentation for the **current version** of this library. For other versions, see the [version history](version-history).* +*This is the documentation for the **current version** of this library. For other versions, see the [version history](2.0/version-history).* Svelte Headless UI is an unofficial, complete Svelte port of the [Headless UI](https://headlessui.dev/) component library.