base / base/account-sdk

docs(account-ui): fix broken framework README links

Open Beginner friendly
#297 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
172
Forks
207
Avg merge
49m
Merged PRs (30d)
1

Description

## Summary
`packages/account-ui/README.md` links to framework-specific docs using paths that do not exist.

## Broken links
- `./react/README.md`
- `./preact/README.md`
- `./vue/README.md`
- `./svelte/README.md`

## What I found
The framework READMEs live under `packages/account-ui/src/frameworks/` instead:
- `src/frameworks/react/README.md`
- `src/frameworks/preact/README.md`
- `src/frameworks/vue/README.md`
- `src/frameworks/svelte/README.md`

## Suggested fix
Update the package README to point to the existing framework documentation paths so GitHub readers can navigate to the correct docs.

Contributor guide

Open the contributing guide

Research direction

Open packages/account-ui/README.md and inspect the four framework links listed in the issue. Compare them with the existing READMEs under packages/account-ui/src/frameworks/{react,preact,vue,svelte}/README.md. Done means all four GitHub links resolve to the corresponding framework documentation.

Written by the indexing model from the issue text.

Assessment

Domain
documentation
Issue type
Documentation
Difficulty
1/5
Estimated time
Under an hour
Activity status
Quiet
Clarity
Clearly specified
Newbie friendliness
90/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.