Skip to content

Commit 2111523

Browse files
Fix remaining broken links in README.md
- Update standards documentation links to point to content/docs/standards/ - Change .md extensions to .mdx for moved files - All documentation links now point to correct locations Co-authored-by: xuyushun441-sys <255036401+xuyushun441-sys@users.noreply.github.com>
1 parent 0084e53 commit 2111523

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,15 +130,15 @@ We welcome contributions! Please read our **[Contributing Guide](./CONTRIBUTING.
130130
1. **Read the Docs**: Review [CONTRIBUTING.md](./CONTRIBUTING.md) for complete guidelines
131131
2. **Check Priorities**: See [PRIORITIES.md](./internal/planning/PRIORITIES.md) for what to work on next
132132
3. **Understand Architecture**: Read [ARCHITECTURE.md](./ARCHITECTURE.md) for system overview
133-
4. **Follow Standards**: Review [docs/standards/](./docs/standards/) for coding standards
133+
4. **Follow Standards**: Review [content/docs/standards/](./content/docs/standards/) for coding standards
134134

135135
### Key Standards
136136

137-
- **Naming Conventions**: See [docs/standards/naming-conventions.md](./docs/standards/naming-conventions.md)
137+
- **Naming Conventions**: See [content/docs/standards/naming-conventions.mdx](./content/docs/standards/naming-conventions.mdx)
138138
- Configuration keys: `camelCase` (e.g., `maxLength`, `referenceFilters`)
139139
- Machine names: `snake_case` (e.g., `name: 'project_task'`, `object: 'account'`)
140-
- **API Design**: Follow [docs/standards/api-design.md](./docs/standards/api-design.md)
141-
- **Error Handling**: Use patterns from [docs/standards/error-handling.md](./docs/standards/error-handling.md)
140+
- **API Design**: Follow [content/docs/standards/api-design.mdx](./content/docs/standards/api-design.mdx)
141+
- **Error Handling**: Use patterns from [content/docs/standards/error-handling.mdx](./content/docs/standards/error-handling.mdx)
142142

143143
### PR Checklist
144144

0 commit comments

Comments
 (0)