[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
+1 -1
View File
@@ -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.