aboutsummaryrefslogtreecommitdiff
path: root/runners/maven-plugin/src
diff options
context:
space:
mode:
authorLukas Knoch-Girstmair <strangesource@users.noreply.github.com>2023-04-25 23:04:33 +0200
committerGitHub <noreply@github.com>2023-04-25 23:04:33 +0200
commit79aaba062ebcb9e22599263b0f2a9dee3be688d1 (patch)
tree16e6032ed3521b733893c07a861c5362cbc09c92 /runners/maven-plugin/src
parentfcb2f4ae72bdc62df37e61360d2d206c36717612 (diff)
downloaddokka-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.kt2
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.
*