[Docs] Use absolute urls in links, new Dokka doesn't support relative
This commit is contained in:
committed by
Space Team
parent
8e537ec67d
commit
865f392681
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user