aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrew Hannay <drewhannay@gmail.com>2020-08-04 14:56:45 -0700
committerSebastian Sellmair <34319766+sellmair@users.noreply.github.com>2020-08-05 08:09:29 +0200
commitd9ca4598a3d0059c549e02e7f3875d648eb5c7d9 (patch)
tree6d3b138b0115169982fd326f202458d4454d1653
parent299d5ce889242cd352d4305b622cfe39c4e2f67d (diff)
downloaddokka-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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 314399c4..b4b78326 100644
--- a/README.md
+++ b/README.md
@@ -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).