Skip to content

Commit 1f21399

Browse files
committed
Update website links everywhere
1 parent c48daea commit 1f21399

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
[![TypeScript](https://img.shields.io/badge/TypeScript-5.0+-blue?style=flat-square&logo=typescript)](https://www.typescriptlang.org/)
1010
[![Built with Next.js](https://img.shields.io/badge/Next.js-14-black?style=flat-square&logo=next.js)](https://nextjs.org/)
1111

12-
[Demo](https://querybox-app.vercel.app) · [Documentation](https://querybox-app.vercel.app/docs) · [Get Started](https://querybox-app.vercel.app/get-started)
12+
[Demo](https://www.querybox.dev) · [Documentation](https://www.querybox.dev/docs) · [Get Started](https://www.querybox.dev/get-started)
1313

1414
</div>
1515

@@ -58,7 +58,7 @@ querybox.search();
5858
querybox.chat();
5959
```
6060

61-
**Interactive Setup:** Visit [querybox.io/get-started](https://querybox-app.vercel.app/get-started) to crawl your site, configure the widget, and get installation code for your framework.
61+
**Interactive Setup:** Visit [querybox.dev/get-started](https://www.querybox.dev/get-started) to crawl your site, configure the widget, and get installation code for your framework.
6262

6363
### Self-Hosting
6464

@@ -130,8 +130,8 @@ MIT © [jedrazb](https://github.com/jedrazb)
130130

131131
## 🔗 Links
132132

133-
- [Website](https://querybox-app.vercel.app)
134-
- [Documentation](https://querybox-app.vercel.app/docs)
133+
- [Website](https://www.querybox.dev)
134+
- [Documentation](https://www.querybox.dev/docs)
135135
- [npm Package](https://www.npmjs.com/package/@jedrazb/querybox)
136136
- [Issues](https://github.com/jedrazb/querybox/issues)
137137

packages/widget/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square)](https://opensource.org/licenses/MIT)
99
[![TypeScript](https://img.shields.io/badge/TypeScript-5.0+-blue?style=flat-square&logo=typescript)](https://www.typescriptlang.org/)
1010

11-
[Demo](https://querybox-app.vercel.app) · [Documentation](https://querybox-app.vercel.app/docs) · [Get Started](https://querybox-app.vercel.app/get-started)
11+
[Demo](https://www.querybox.dev) · [Documentation](https://www.querybox.dev/docs) · [Get Started](https://www.querybox.dev/get-started)
1212

1313
</div>
1414

@@ -39,7 +39,7 @@ document.getElementById("chat-btn").onclick = () => querybox.chat();
3939

4040
## Documentation
4141

42-
For full documentation, visit: https://querybox-app.vercel.app
42+
For full documentation, visit: https://www.querybox.dev
4343

4444
## License
4545

0 commit comments

Comments
 (0)