Skip to content

Commit 3b244c6

Browse files
Copilothotlong
andcommitted
Fix redundant /content/docs prefixes in links
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 2983644 commit 3b244c6

4 files changed

Lines changed: 14 additions & 14 deletions

File tree

content/docs/specifications/architecture/data-layer.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -276,9 +276,9 @@ const indexes = [
276276

277277
## Related Documentation
278278

279-
- [Field Types Guide](/docs/content/docs/guides/field-types.mdx)
279+
- [Field Types Guide](/docs/guides/field-types.mdx)
280280
- [Query Protocol Guide](/docs/packages/spec/QUERY_PROTOCOL_GUIDE.md)
281-
- [Schema Definition Specification](/docs/content/docs/specifications/data/schema-definition.mdx)
282-
- [Driver Interface](/docs/content/docs/references/system/DriverInterface.mdx)
281+
- [Schema Definition Specification](/docs/specifications/data/schema-definition.mdx)
282+
- [Driver Interface](/docs/references/system/DriverInterface.mdx)
283283

284-
For complete API reference, see [Data Protocol References](/docs/content/docs/references/data/).
284+
For complete API reference, see [Data Protocol References](/docs/references/data/).

content/docs/specifications/architecture/system-layer.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -446,9 +446,9 @@ const datasource = {
446446

447447
## Related Documentation
448448

449-
- [Plugin Architecture](/docs/content/docs/concepts/plugin-architecture.mdx)
450-
- [Kernel Architecture](/docs/content/docs/specifications/server/kernel-architecture.mdx)
449+
- [Plugin Architecture](/docs/concepts/plugin-architecture.mdx)
450+
- [Kernel Architecture](/docs/specifications/server/kernel-architecture.mdx)
451451
- [Authentication Standard](/docs/specifications/AUTHENTICATION_STANDARD.md)
452-
- [System Protocol References](/docs/content/docs/references/system/)
452+
- [System Protocol References](/docs/references/system/)
453453

454-
For complete API reference, see [System Protocol References](/docs/content/docs/references/system/).
454+
For complete API reference, see [System Protocol References](/docs/references/system/).

content/docs/specifications/architecture/ui-layer.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -359,9 +359,9 @@ const page = {
359359

360360
## Related Documentation
361361

362-
- [View Configuration Guide](/docs/content/docs/guides/view-configuration.mdx)
363-
- [SDUI Protocol Specification](/docs/content/docs/specifications/ui/sdui-protocol.mdx)
364-
- [Component Schema](/docs/content/docs/specifications/ui/component-schema.mdx)
365-
- [UI Protocol References](/docs/content/docs/references/ui/)
362+
- [View Configuration Guide](/docs/guides/view-configuration.mdx)
363+
- [SDUI Protocol Specification](/docs/specifications/ui/sdui-protocol.mdx)
364+
- [Component Schema](/docs/specifications/ui/component-schema.mdx)
365+
- [UI Protocol References](/docs/references/ui/)
366366

367-
For complete API reference, see [UI Protocol References](/docs/content/docs/references/ui/).
367+
For complete API reference, see [UI Protocol References](/docs/references/ui/).

content/docs/standards/api-design.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,4 +322,4 @@ Response (200 OK):
322322
323323
- [Naming Conventions](/docs/standards/naming-conventions.md)
324324
- [Error Handling](/docs/standards/error-handling.md)
325-
- [REST API Specification](/docs/content/docs/specifications/server/rest-api.mdx)
325+
- [REST API Specification](/docs/specifications/server/rest-api.mdx)

0 commit comments

Comments
 (0)