Skip to content

Commit

Permalink
docs: fix broken documentation links
Browse files Browse the repository at this point in the history
Co-Authored-By: Scott Sunarto <[email protected]>
  • Loading branch information
devin-ai-integration[bot] and Scott Sunarto committed Dec 11, 2024
1 parent 98edae7 commit 92b374a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/cardinal/game/component.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,6 @@ Default values are used when:
- Consider serialization implications

## Related Documentation
- [Entity Management](/cardinal/game/entity)
- [Entity Management](/cardinal/game/system/entity)
- [System Implementation](/cardinal/game/system)
- [Game State](/cardinal/game/state)
- [Game State Management](/cardinal/game/world/overview)
4 changes: 2 additions & 2 deletions docs/cardinal/game/query.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -209,5 +209,5 @@ err := cardinal.RegisterQuery[PlayerHealthRequest, PlayerHealthResponse](

## Related Documentation
- [EVM Integration](/cardinal/game/evm)
- [Query Performance](/cardinal/game/query-performance)
- [API Best Practices](/cardinal/game/api-best-practices)
- [Query Language](/cardinal/game/cql)
- [System Overview](/cardinal/game/system/overview)
2 changes: 1 addition & 1 deletion docs/cardinal/tutorials/world-lifecycle.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -244,4 +244,4 @@ func monitorStages(world *cardinal.World) {
- [World Stages](/cardinal/world/stages)
- [Plugin System](/cardinal/plugins/introduction)
- [System Management](/cardinal/game/system/overview)
- [Error Handling](/cardinal/game/error-handling)
- [World Configuration](/cardinal/game/configuration/cardinal)

0 comments on commit 92b374a

Please sign in to comment.