From 865f392681ff99eb871702b285cd626e51f992e4 Mon Sep 17 00:00:00 2001 From: Ilya Gorbunov Date: Tue, 25 Jul 2023 17:25:47 +0200 Subject: [PATCH] [Docs] Use absolute urls in links, new Dokka doesn't support relative --- libraries/kotlin.test/Module.md | 2 +- libraries/reflect/Module.md | 4 ++-- libraries/stdlib/src/Module.md | 12 ++++++------ 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/libraries/kotlin.test/Module.md b/libraries/kotlin.test/Module.md index c3e4efad834..bd67dc90dd5 100644 --- a/libraries/kotlin.test/Module.md +++ b/libraries/kotlin.test/Module.md @@ -2,7 +2,7 @@ ## kotlin.test -The `kotlin.test` library provides [annotations](kotlin.test/index.html#annotations) to mark test functions and a set of [utility functions](kotlin.test/index.html#functions) for performing assertions in tests, +The `kotlin.test` library provides [annotations](https://kotlinlang.org/api/latest/kotlin.test/kotlin.test/#annotations) to mark test functions and a set of [utility functions](https://kotlinlang.org/api/latest/kotlin.test/kotlin.test/#functions) for performing assertions in tests, independently of the test framework being used. The test framework is abstracted through the [Asserter][kotlin.test.Asserter] class. diff --git a/libraries/reflect/Module.md b/libraries/reflect/Module.md index 2c744dc7ab6..201c631ad09 100644 --- a/libraries/reflect/Module.md +++ b/libraries/reflect/Module.md @@ -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. diff --git a/libraries/stdlib/src/Module.md b/libraries/stdlib/src/Module.md index 0b2a3a15e92..b8c220cae1c 100644 --- a/libraries/stdlib/src/Module.md +++ b/libraries/stdlib/src/Module.md @@ -87,7 +87,7 @@ The functions include trigonometric, hyperbolic, exponentiation and power, logar # Package kotlin.properties -Standard implementations of delegates for [delegated properties](/docs/reference/delegated-properties.html) +Standard implementations of delegates for [delegated properties](https://kotlinlang.org/docs/delegated-properties.html) and helper functions for implementing custom delegates. # Package kotlin.random @@ -96,19 +96,19 @@ Provides the default generator of pseudo-random values, the repeatable generator # Package kotlin.ranges -[Ranges](/docs/reference/ranges.html), Progressions and related top-level and extension functions. +[Ranges](https://kotlinlang.org/docs/ranges.html), Progressions and related top-level and extension functions. # Package kotlin.reflect -Runtime API for [Kotlin reflection](/docs/reference/reflection.html) +Runtime API for [Kotlin reflection](https://kotlinlang.org/docs/reflection.html) # Package kotlin.reflect.full -Extensions for [Kotlin reflection](/docs/reference/reflection.html) provided by `kotlin-reflect` library. +Extensions for [Kotlin reflection](https://kotlinlang.org/docs/reflection.html) provided by `kotlin-reflect` library. # Package kotlin.reflect.jvm -Runtime API for interoperability between [Kotlin reflection](/docs/reference/reflection.html) and +Runtime API for interoperability between [Kotlin reflection](https://kotlinlang.org/docs/reflection.html) and Java reflection provided by `kotlin-reflect` library. # Package kotlin.sequences @@ -151,7 +151,7 @@ Functions for working with text and regular expressions. API for measuring time intervals and calculating durations. -For more information, see our [Time measurement](/docs/time-measurement.html) guide. +For more information, see our [Time measurement](https://kotlinlang.org/docs/time-measurement.html) guide. # Package org.khronos.webgl