Skip to content

Commit 4077da6

Browse files
Copilothuangyiirene
andcommitted
Fix broken links in documentation
Co-authored-by: huangyiirene <7665279+huangyiirene@users.noreply.github.com>
1 parent af82d1c commit 4077da6

File tree

3 files changed

+6
-18
lines changed

3 files changed

+6
-18
lines changed

docs/integration/api.md

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -468,17 +468,8 @@ Automatically refetch data at regular intervals:
468468
9. **Optimize Polling** - Use reasonable polling intervals
469469
10. **Secure APIs** - Always use HTTPS and authentication
470470

471-
## Examples
472-
473-
See these examples for complete implementations:
474-
475-
- [User Management](../../examples/user-management) - Full CRUD with API integration
476-
- [API Integration Demo](../../examples/api-integration) - Various API patterns
477-
- [Dashboard](../../examples/dashboard) - Real-time data fetching
478-
479471
## Related Documentation
480472

481-
- [CRUD Protocol](./crud.md)
482-
- [Event Handling](./events.md)
483-
- [Expression System](./expressions.md)
484-
- [Data Sources](../integration/data-sources.md)
473+
- [Protocol Specifications](../protocol/overview.md)
474+
- [Data Sources](./objectql.md)
475+
- [Component Library](../api/components.md)

docs/protocol/overview.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Protocol Specifications
22

3-
> **📊 [View Implementation Status](./implementation-status.md)** - Track the current status of all protocol features.
4-
53
The Object UI Protocol defines the standard schemas and conventions for describing user interfaces in JSON. This protocol is the foundation of Object UI and ensures consistency across all implementations.
64

75
## Overview

docs/spec/component.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -786,10 +786,9 @@ ai_context:
786786

787787
## 18. Related Specifications
788788

789-
- [Pages](./page.md) - Using components in pages
790-
- [Metadata Standard](./metadata-standard.md) - Overall metadata system
791-
- [Objects & Fields](./object.md) - Data models used by components
792-
- [Actions](./action.md) - Component actions and handlers
789+
- [Protocol Overview](../protocol/overview.md) - Overall protocol system
790+
- [Component Library](./component-library.md) - Built-in components reference
791+
- [Architecture](./architecture.md) - System architecture
793792

794793
## 19. Migration Guide
795794

0 commit comments

Comments
 (0)