Skip to content

Commit

Permalink
Fix modifier url
Browse files Browse the repository at this point in the history
Chris's post route is temporarily broken, so I am using the one that currently works.
  • Loading branch information
mrmans0n committed Oct 19, 2022
1 parent ddd353a commit 02a2d48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ Modifiers are the beating heart of Compose UI. They encapsulate the idea of comp

They are especially important for your public components, as they allow callers to customize the component to their wishes.

More info: [Always provide a Modifier parameter](https://chris.banes.dev/always-provide-a-modifier/)
More info: [Always provide a Modifier parameter](https://chris.banes.dev/posts/always-provide-a-modifier/)

Related rule: [twitter-compose:modifier-missing-check](https://github.com/twitter/compose-rules/blob/main/rules/common/src/main/kotlin/com/twitter/compose/rules/ComposeModifierMissing.kt)

Expand Down

0 comments on commit 02a2d48

Please sign in to comment.