Skip to content

Commit 8f5e7f2

Browse files
committed
docs:npm README.md
1 parent 8e9897b commit 8f5e7f2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/core/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ _Say goodbye to context and prop-drilling._
1212
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
1313
![CI](https://github.com/react-zero-ui/core/actions/workflows/ci.yml/badge.svg?branch=main)
1414

15-
[📖 See the proof](https://github.com/react-zero-ui/core/blob/main/docs/assets/demo.md)[🚀 Quick Start](#-quick-start)[📚 API Reference](#-api-reference)[🤝 Contributing](#-contributing)
15+
[📖 See the proof](https://github.com/react-zero-ui/core/blob/main/docs/demo.md)[🚀 Quick Start](#-quick-start)[📚 API Reference](#-api-reference)[🤝 Contributing](#-contributing)
1616

1717
---
1818

@@ -63,8 +63,8 @@ npx create-zero-ui
6363

6464
Manual config:
6565

66-
- [Next.js Setup](/docs/installation-next.md)
67-
- [Vite Setup](/docs/installation-vite.md)
66+
- [Next.js Setup](https://github.com/react-zero-ui/core/blob/main/docs/installation-next.md)
67+
- [Vite Setup](https://github.com/react-zero-ui/core/blob/main/docs/installation-vite.md)
6868

6969
---
7070

@@ -146,7 +146,7 @@ const [blur, setBlur] = useScopedUI('blur', '0px', CssVar);
146146
Enables interactivity **inside Server Components** without useEffect.
147147
Only ~300 bytes of runtime.
148148

149-
Read more: [experimental.md](/docs/experimental.md)
149+
Read more: [experimental.md](https://github.com/react-zero-ui/core/blob/main/docs/experimental.md)
150150

151151
---
152152

@@ -168,7 +168,7 @@ We welcome all contributions!
168168

169169
- 🐛 [Open an issue](https://github.com/react-zero-ui/core/issues)
170170
- 💡 [Start a discussion](https://github.com/react-zero-ui/core/discussions)
171-
- 🔧 [Read the contributing guide](/docs/CONTRIBUTING.md)
171+
- 🔧 [Read the contributing guide](https://github.com/react-zero-ui/core/blob/main/docs/CONTRIBUTING.md)
172172

173173
---
174174

0 commit comments

Comments
 (0)