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/maven-plugin/src | |
parent | fcb2f4ae72bdc62df37e61360d2d206c36717612 (diff) | |
download | dokka-79aaba062ebcb9e22599263b0f2a9dee3be688d1.tar.gz dokka-79aaba062ebcb9e22599263b0f2a9dee3be688d1.tar.bz2 dokka-79aaba062ebcb9e22599263b0f2a9dee3be688d1.zip |
Replace invalid documentation links (#2973)
Diffstat (limited to 'runners/maven-plugin/src')
-rw-r--r-- | runners/maven-plugin/src/main/kotlin/DokkaMojo.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runners/maven-plugin/src/main/kotlin/DokkaMojo.kt b/runners/maven-plugin/src/main/kotlin/DokkaMojo.kt index bb955ffd..c82f1b59 100644 --- a/runners/maven-plugin/src/main/kotlin/DokkaMojo.kt +++ b/runners/maven-plugin/src/main/kotlin/DokkaMojo.kt @@ -66,7 +66,7 @@ abstract class AbstractDokkaMojo(private val defaultDokkaPlugins: List<Dependenc /** * 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. * |