diff options
Diffstat (limited to 'docs/topics/dokka-module-and-package-docs.md')
-rw-r--r-- | docs/topics/dokka-module-and-package-docs.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/dokka-module-and-package-docs.md b/docs/topics/dokka-module-and-package-docs.md index 9bf78619..d6c7af0b 100644 --- a/docs/topics/dokka-module-and-package-docs.md +++ b/docs/topics/dokka-module-and-package-docs.md @@ -45,7 +45,7 @@ It also appears under the first-level heading on your package's page. Content after this heading is also part of documentation for `org.jetbrains.kotlin.demo2` ``` -To explore an example project with Gradle, see [Dokka gradle example](https://github.com/Kotlin/dokka/tree/master/examples/gradle/dokka-gradle-example). +To explore an example project with Gradle, see [Dokka gradle example](https://github.com/Kotlin/dokka/tree/%dokkaVersion%/examples/gradle/dokka-gradle-example). ## Pass files to Dokka |