diff options
author | Drew Hannay <drewhannay@gmail.com> | 2020-08-04 14:56:45 -0700 |
---|---|---|
committer | Sebastian Sellmair <34319766+sellmair@users.noreply.github.com> | 2020-08-05 08:09:29 +0200 |
commit | d9ca4598a3d0059c549e02e7f3875d648eb5c7d9 (patch) | |
tree | 6d3b138b0115169982fd326f202458d4454d1653 | |
parent | 299d5ce889242cd352d4305b622cfe39c4e2f67d (diff) | |
download | dokka-d9ca4598a3d0059c549e02e7f3875d648eb5c7d9.tar.gz dokka-d9ca4598a3d0059c549e02e7f3875d648eb5c7d9.tar.bz2 dokka-d9ca4598a3d0059c549e02e7f3875d648eb5c7d9.zip |
Fix broken link in README.md
"Dokka Gradle example project" was pointing to a path that no longer exists
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -365,7 +365,7 @@ To generate the documentation, use the appropriate `dokka${format}` Gradle task: ./gradlew dokkaHtml ``` -Please see the [Dokka Gradle example project](https://github.com/JetBrains/kotlin-examples/tree/master/gradle/dokka-gradle-example) for an example. +Please see the [Dokka Gradle example project](https://github.com/Kotlin/kotlin-examples/tree/master/gradle/dokka/dokka-gradle-example) for an example. #### FAQ If you encounter any problems, please see the [FAQ](https://github.com/Kotlin/dokka/wiki/faq). |