Skip to content

Commit

Permalink
[docs] Fix link to "debug-checks" page in core-concepts.md (#591)
Browse files Browse the repository at this point in the history
* Update core-concepts.md

Fix link to `MavericksState` and "debug-checks" page

* Revert change of the link to MavericksState.kt
  • Loading branch information
nashcft authored Dec 6, 2021
1 parent d21698f commit e8a631a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/core-concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Mavericks will also enforce that your state class:
1. Uses only immutable properties
1. Has default values for every property to ensure that your screen can be rendered immediately

Mavericks enforces these through its [debug checks](/debug-checks.md)
Mavericks enforces these through its [debug checks](debug-checks.md)

This concept makes reasoning about and testing a screen trivially easy because given a state class, you can have high confidence that your screen will look correct.
Example
Expand Down

0 comments on commit e8a631a

Please sign in to comment.