Skip to content

Commit

Permalink
Update multipreview annotation reference link
Browse files Browse the repository at this point in the history
  • Loading branch information
Muratoter committed Dec 30, 2023
1 parent 0f43116 commit 88f02f8
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 @@ -147,7 +147,7 @@ Related rule: [twitter-compose:compositionlocal-naming](https://github.com/twitt

Multipreview annotations should be named by using `Previews` as suffix (or `Preview` if just one). These annotations have to be explicitly named to make sure that they are clearly identifiable as a `@Preview` alternative on its usages.

More information: [Multipreview annotations](https://developer.android.com/jetpack/compose/tooling#preview-multipreview)
More information: [Multipreview annotations](https://developer.android.com/jetpack/compose/tooling/previews#preview-multiple)

Related rule: [twitter-compose:preview-naming](https://github.com/twitter/compose-rules/blob/main/rules/common/src/main/kotlin/com/twitter/compose/rules/ComposePreviewNaming.kt)

Expand Down

0 comments on commit 88f02f8

Please sign in to comment.