Skip to content

Commit f03cc72

Browse files
authored
chore: update annotations.md (#5165)
`@kotlin.jvm.JvmRepeatable` link was wrong, so fix it.
1 parent 56456a7 commit f03cc72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/topics/annotations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ annotation class Tag(val name: String)
461461
```
462462

463463
You can set a custom name for a containing annotation by applying the
464-
[`@kotlin.jvm.JvmRepeatable`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvmrepeatable/) meta-annotation
464+
[`@kotlin.jvm.JvmRepeatable`](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin.jvm/-jvm-repeatable/) meta-annotation
465465
and passing an explicitly declared containing annotation class as an argument:
466466

467467
```kotlin

0 commit comments

Comments
 (0)