Skip to content

Commit f485a1e

Browse files
authored
Merge pull request #4277 from JetBrains/ktl-1504-fix-404
KTL-1504 No redirect from /api/latest/kotlin.test to /api/latest/kotlin.test/
2 parents 532a69f + f6878b5 commit f485a1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/topics/multiplatform/multiplatform-discover-project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ source sets, such as `jvmTest`, are used to write platform-specific tests, for e
299299
need JVM APIs.
300300

301301
Besides having a source set to write your common test, you also need a multiplatform testing framework. Kotlin
302-
provides a default [`kotlin.test`](https://kotlinlang.org/api/latest/kotlin.test) library that comes with
302+
provides a default [`kotlin.test`](https://kotlinlang.org/api/latest/kotlin.test/) library that comes with
303303
the `@kotlin.Test` annotation and various assertion methods like `assertEquals` and `assertTrue`.
304304

305305
You can write platform-specific tests like regular tests for each platform in their respective source sets. Like with

0 commit comments

Comments
 (0)