Skip to content

Commit 9f7bf95

Browse files
authored
fix: correct broken API Reference link in README and landing page (#83)
* Update API Reference link in README * Update API link in home-page component
1 parent cadac70 commit 9f7bf95

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ For full documentation, visit [compose-jindong.github.io/jindong](https://compos
9191
- [Why Jindong](https://compose-jindong.github.io/jindong/docs/guide/why-jindong) - Motivation and benefits
9292
- [Getting Started](https://compose-jindong.github.io/jindong/docs/guide/getting-started) - Installation and setup
9393
- [Quick Start](https://compose-jindong.github.io/jindong/docs/guide/quick-start) - Build your first haptic pattern
94-
- [API Reference](https://compose-jindong.github.io/jindong/docs/api/core/jindong) - Complete API documentation
94+
- [API Reference](https://compose-jindong.github.io/jindong/docs/api/jindong-compose/jindong) - Complete API documentation
9595

9696
## License
9797

documentation/components/home-page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ function Hero() {
9292
</Link>
9393

9494
<Link
95-
href="/docs/api/core/jindong"
95+
href="/docs/api/jindong-compose/jindong"
9696
className="inline-flex h-12 items-center justify-center rounded-xl border border-zinc-200 bg-white px-8 font-medium text-zinc-900 transition-all hover:bg-zinc-50 dark:border-zinc-800 dark:bg-zinc-950 dark:text-zinc-100 dark:hover:bg-zinc-900"
9797
>
9898
API Reference

0 commit comments

Comments
 (0)