Skip to content

Commit 98ca5c9

Browse files
committed
feat: update links
1 parent 26c0195 commit 98ca5c9

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Next.js i18n Documentation Project
22

3-
This is a monorepo project designed to sync with the official Next.js documentation and translate it into multiple languages. The project uses [Fumadocs](https://fumadocs.vercel.app) for documentation generation and includes a custom translation toolkit.
3+
This is a monorepo project designed to sync with the official Next.js documentation and translate it into multiple languages. The project uses [Fumadocs](https://fumadocs.dev/) for documentation generation and includes a custom translation toolkit.
44

55
## Features
66

77
- 📚 Complete mirror of official Next.js documentation
88
- 🌐 Multilingual support (currently English and Simplified Chinese)
9-
- 🔍 Full-text search with [Orama](https://oramasearch.com)
9+
- 🔍 Full-text search with [Orama](https://orama.com/)
1010
- 🤖 AI-powered translation using the `@next-i18n/translate` package
1111

1212
## Project Structure
@@ -86,7 +86,7 @@ pnpm update-search-index
8686
## Learn More
8787

8888
- [Next.js Documentation](https://nextjs.org/docs)
89-
- [Fumadocs Documentation](https://fumadocs.vercel.app)
89+
- [Fumadocs Documentation](https://fumadocs.dev/)
9090
- For detailed information about the translation utility, see the [translate package README](./packages/translate/README.md)
9191

9292
## License

apps/docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Next.js i18n Documentation Site
22

3-
This is the documentation site package for the Next.js i18n Documentation Project. It renders multilingual Next.js documentation using [Fumadocs](https://fumadocs.vercel.app).
3+
This is the documentation site package for the Next.js i18n Documentation Project. It renders multilingual Next.js documentation using [Fumadocs](https://fumadocs.dev/).
44

55
## Quick Start
66

@@ -66,5 +66,5 @@ pnpm update-search-index
6666
## Learn More
6767

6868
- [Next.js Documentation](https://nextjs.org/docs) - official Next.js docs
69-
- [Fumadocs](https://fumadocs.vercel.app) - documentation framework used in this project
69+
- [Fumadocs](https://fumadocs.dev/) - documentation framework used in this project
7070
- [Next.js i18n Documentation](https://github.com/nextjs/next.js/tree/canary/docs) - source content

apps/docs/source.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const defaultDocsOptions = {
3030
};
3131

3232
// You can customise Zod schemas for frontmatter and `meta.json` here
33-
// see https://fumadocs.vercel.app/docs/mdx/collections#define-docs
33+
// see https://fumadocs.dev//docs/mdx/collections#define-docs
3434
export const docs_en = defineDocs({
3535
dir: 'content/en/docs',
3636
...defaultDocsOptions,

apps/docs/src/lib/source.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { loader } from 'fumadocs-core/source';
44
import type { Locale } from 'next-intl';
55
import { createElement } from 'react';
66

7-
// See https://fumadocs.vercel.app/docs/headless/source-api for more info
7+
// See https://fumadocs.dev//docs/headless/source-api for more info
88
const source_en = loader({
99
source: docs_en.toFumadocsSource(),
1010
// it assigns a URL to your pages

0 commit comments

Comments
 (0)