[Docs] Use absolute urls in links, new Dokka doesn't support relative

This commit is contained in:
Ilya Gorbunov
2023-07-25 17:25:47 +02:00
committed by Space Team
parent 8e537ec67d
commit 865f392681
3 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -10,9 +10,9 @@ for applications that do not use reflection features.
# Package kotlin.reflect.full
Extensions for [Kotlin reflection](https://kotlinlang.org/docs/reference/reflection.html) types like [kotlin.reflect.KClass], [kotlin.reflect.KType], and others.
Extensions for [Kotlin reflection](https://kotlinlang.org/docs/reflection.html) types like [kotlin.reflect.KClass], [kotlin.reflect.KType], and others.
# Package kotlin.reflect.jvm
Extensions for conversion between [Kotlin reflection](https://kotlinlang.org/docs/reference/reflection.html) and
Extensions for conversion between [Kotlin reflection](https://kotlinlang.org/docs/reflection.html) and
Java reflection types and other JVM-specific extensions.