aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 53424d70..f7c48635 100644
--- a/README.md
+++ b/README.md
@@ -114,6 +114,8 @@ Configuring source links mapping:
</plugin>
```
+Please see the [Dokka Maven example project](https://github.com/JetBrains/kotlin-examples/tree/master/maven/dokka-maven-example) for an example.
+
### Using the Gradle plugin
```groovy
@@ -148,6 +150,7 @@ To get it generated use gradle `dokka` task
./gradlew dokka
```
+Please see the [Dokka Gradle example project](https://github.com/JetBrains/kotlin-examples/tree/master/gradle/dokka-gradle-example) for an example.
## Dokka Internals