We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56456a7 commit f03cc72Copy full SHA for f03cc72
docs/topics/annotations.md
@@ -461,7 +461,7 @@ annotation class Tag(val name: String)
461
```
462
463
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
+[`@kotlin.jvm.JvmRepeatable`](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin.jvm/-jvm-repeatable/) meta-annotation
465
and passing an explicitly declared containing annotation class as an argument:
466
467
```kotlin
0 commit comments