From c5bbf997c905d2ff9b73c506e2de9e7e7cdd5b21 Mon Sep 17 00:00:00 2001 From: iPLAY888 <133153661+letmehateu@users.noreply.github.com> Date: Tue, 26 Aug 2025 11:13:02 +0300 Subject: [PATCH] Update README.md Fixed broken links --- packages/account-ui/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/account-ui/README.md b/packages/account-ui/README.md index 741cac6a..28f8b960 100644 --- a/packages/account-ui/README.md +++ b/packages/account-ui/README.md @@ -19,10 +19,10 @@ npm install @base-org/account-ui For detailed usage examples and setup instructions for each framework: -- **[React](./react/README.md)** - React-specific documentation and examples -- **[Preact](./preact/README.md)** - Preact-specific documentation and examples -- **[Vue](./vue/README.md)** - Vue-specific documentation and examples -- **[Svelte](./svelte/README.md)** - Svelte-specific documentation and examples +- **[React](src/frameworks/react/README.md)** - React-specific documentation and examples +- **[Preact](src/frameworks/preact/README.md)** - Preact-specific documentation and examples +- **[Vue](src/frameworks/vue/README.md)** - Vue-specific documentation and examples +- **[Svelte](src/frameworks/svelte/README.md)** - Svelte-specific documentation and examples ## Quick Start - React @@ -100,4 +100,4 @@ This package provides: - **Framework-specific exports**: `/react`, `/preact`, `/vue`, `/svelte` - **Shared component logic**: Preact components as the base implementation - **Framework wrappers**: React, Vue, and Svelte components that mount Preact components -- **Type definitions**: Full TypeScript support for all frameworks \ No newline at end of file +- **Type definitions**: Full TypeScript support for all frameworks