aboutsummaryrefslogtreecommitdiff
path: root/docs/topics/runners/dokka-gradle.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/topics/runners/dokka-gradle.md')
-rw-r--r--docs/topics/runners/dokka-gradle.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/topics/runners/dokka-gradle.md b/docs/topics/runners/dokka-gradle.md
index c049b225..f81ffe1d 100644
--- a/docs/topics/runners/dokka-gradle.md
+++ b/docs/topics/runners/dokka-gradle.md
@@ -1022,6 +1022,7 @@ tasks.withType(DokkaTask.class) {
<p>Default: <code>false</code></p>
</def>
<def title="noAndroidSdkLink">
+ <anchor name="includes"/>
<p>Whether to generate external documentation links to the Android SDK API reference</p>
<p>This is only relevant in Android projects, ignored otherwise.</p>
<p>Note: Links <b>are</b> generated when <code>noAndroidSdkLink</code> is set to <code>false</code>.</p>
@@ -1030,7 +1031,7 @@ tasks.withType(DokkaTask.class) {
<def title="includes">
<p>
A list of Markdown files that contain
- <a href="https://kotlinlang.org/docs/reference/kotlin-doc.html#module-and-package-documentation">module and package documentation</a>.
+ <a href="dokka-module-and-package-docs.md">module and package documentation</a>.
</p>
<p>The contents of the specified files are parsed and embedded into documentation as module and package descriptions.</p>
<p>