diff options
author | Lukas Knoch-Girstmair <strangesource@users.noreply.github.com> | 2023-04-25 23:04:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-25 23:04:33 +0200 |
commit | 79aaba062ebcb9e22599263b0f2a9dee3be688d1 (patch) | |
tree | 16e6032ed3521b733893c07a861c5362cbc09c92 /runners/gradle-plugin | |
parent | fcb2f4ae72bdc62df37e61360d2d206c36717612 (diff) | |
download | dokka-79aaba062ebcb9e22599263b0f2a9dee3be688d1.tar.gz dokka-79aaba062ebcb9e22599263b0f2a9dee3be688d1.tar.bz2 dokka-79aaba062ebcb9e22599263b0f2a9dee3be688d1.zip |
Replace invalid documentation links (#2973)
Diffstat (limited to 'runners/gradle-plugin')
2 files changed, 2 insertions, 2 deletions
diff --git a/runners/gradle-plugin/src/main/kotlin/org/jetbrains/dokka/gradle/GradleDokkaSourceSetBuilder.kt b/runners/gradle-plugin/src/main/kotlin/org/jetbrains/dokka/gradle/GradleDokkaSourceSetBuilder.kt index 1a19d0bb..e27fee30 100644 --- a/runners/gradle-plugin/src/main/kotlin/org/jetbrains/dokka/gradle/GradleDokkaSourceSetBuilder.kt +++ b/runners/gradle-plugin/src/main/kotlin/org/jetbrains/dokka/gradle/GradleDokkaSourceSetBuilder.kt @@ -69,7 +69,7 @@ open class GradleDokkaSourceSetBuilder( /** * List of Markdown files that contain - * [module and package documentation](https://kotlinlang.org/docs/reference/dokka-module-and-package-docs.html). + * [module and package documentation](https://kotlinlang.org/docs/dokka-module-and-package-docs.html). * * Contents of specified files will be parsed and embedded into documentation as module and package descriptions. * diff --git a/runners/gradle-plugin/src/main/kotlin/org/jetbrains/dokka/gradle/tasks/DokkaMultiModuleTask.kt b/runners/gradle-plugin/src/main/kotlin/org/jetbrains/dokka/gradle/tasks/DokkaMultiModuleTask.kt index 0a55f130..c1697ac1 100644 --- a/runners/gradle-plugin/src/main/kotlin/org/jetbrains/dokka/gradle/tasks/DokkaMultiModuleTask.kt +++ b/runners/gradle-plugin/src/main/kotlin/org/jetbrains/dokka/gradle/tasks/DokkaMultiModuleTask.kt @@ -24,7 +24,7 @@ abstract class DokkaMultiModuleTask : AbstractDokkaParentTask() { /** * List of Markdown files that contain - * [module and package documentation](https://kotlinlang.org/docs/reference/dokka-module-and-package-docs.html). + * [module and package documentation](https://kotlinlang.org/docs/dokka-module-and-package-docs.html). * * Contents of specified files will be parsed and embedded into documentation as module and package descriptions. * |