From 88f02f80b8b6f97525efac3363e8fdac4a635ba2 Mon Sep 17 00:00:00 2001 From: moter Date: Sun, 31 Dec 2023 01:34:14 +0300 Subject: [PATCH] Update multipreview annotation reference link --- docs/rules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rules.md b/docs/rules.md index 460084f9..f09d7cbe 100644 --- a/docs/rules.md +++ b/docs/rules.md @@ -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)