From 1dcb0f88bbe78a10c2de8b97ebf797e7af8b90e0 Mon Sep 17 00:00:00 2001 From: Sarah Haggarty <81160244+sarahhaggarty@users.noreply.github.com> Date: Thu, 19 Jan 2023 17:34:28 +0100 Subject: Add module and package documentation content (#2819) Co-authored-by: Sarah Haggarty --- mkdocs/src/doc/docs/user_guide/applying/gradle.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mkdocs/src/doc/docs/user_guide/applying/gradle.md') diff --git a/mkdocs/src/doc/docs/user_guide/applying/gradle.md b/mkdocs/src/doc/docs/user_guide/applying/gradle.md index 435824f9..60ede7b9 100644 --- a/mkdocs/src/doc/docs/user_guide/applying/gradle.md +++ b/mkdocs/src/doc/docs/user_guide/applying/gradle.md @@ -142,7 +142,7 @@ val dokkaHtml by getting(DokkaTask::class) { classpath.from(file("libs/dependency.jar")) // List of files with module and package documentation - // https://kotlinlang.org/docs/reference/kotlin-doc.html#module-and-package-documentation + // https://kotlinlang.org/docs/reference/dokka-module-and-package-docs.html includes.from("packages.md", "extra.md") // List of files or directories containing sample code (referenced with @sample tags) -- cgit