diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0996100558..360998d250 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -150,7 +150,7 @@ packages/ 4. **Tree Shakable**: Modular imports, no monolithic bundles 5. **Zero React in Core**: Core package has no React dependencies -See [Architecture Documentation](./docs/spec/architecture.md) for details. +See the [Architecture Overview](./content/docs/guide/architecture.md) guide for details. ## Writing Tests @@ -466,8 +466,6 @@ Fumadocs is configured with `baseUrl: '/docs'`, which means all documentation pa Link validation runs automatically via GitHub Actions on all PRs using lychee-action. This checks for broken internal and external links. -See [Documentation Guide](./docs/README.md) for details. - ## Versioning and Releases We use [Changesets](https://github.com/changesets/changesets) for version management and automated releases. diff --git a/ROADMAP.md b/ROADMAP.md index 594dff7522..4a913e1289 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -1889,7 +1889,7 @@ All 313 `@object-ui/fields` tests pass. - [CONTRIBUTING.md](./CONTRIBUTING.md) — Contribution guidelines - [QUICK_REFERENCE.md](./QUICK_REFERENCE.md) — Developer quick reference -- [Plugin Development Guide](./content/docs/guide/plugin-development.mdx) +- [Plugin Development Guide](./content/docs/guide/plugin-development.md) ---