From e941c7031bbe3bd5759f2f32343d140ababf8c19 Mon Sep 17 00:00:00 2001 From: Noel De Martin Date: Fri, 8 Jan 2021 22:02:22 +0100 Subject: [PATCH] docs: Fix links (#183) --- packages/@headlessui-vue/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/@headlessui-vue/README.md b/packages/@headlessui-vue/README.md index 5a48a28..5feb96d 100644 --- a/packages/@headlessui-vue/README.md +++ b/packages/@headlessui-vue/README.md @@ -380,7 +380,7 @@ To tell an element to render its children directly with no wrapper element, use The `Listbox` component and related child components are used to quickly build custom listbox components that are fully accessible out of the box, including correct ARIA attribute management and robust keyboard navigation support. -- [Basic example](#basic-example-2) +- [Basic example](#basic-example-1) - [Styling the active and selected option](#styling-the-active-and-selected-option) - [Showing/hiding the listbox](#showinghiding-the-listbox) - [Using a custom label](#using-a-custom-label) @@ -388,7 +388,7 @@ The `Listbox` component and related child components are used to quickly build c - [Transitions](#transitions-1) - [Rendering additional content](#rendering-additional-content-1) - [Rendering a different element for a component](#rendering-a-different-element-for-a-component-1) -- [Component API](#component-api-2) +- [Component API](#component-api-1) ### Basic example