diff options
author | Ignat Beresnev <ignat.beresnev@jetbrains.com> | 2023-10-23 21:18:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-23 21:18:51 +0200 |
commit | 21c587bc2e3904d370ca28e7404122bbad49ecf8 (patch) | |
tree | b38948f254bb5578628e6f3679b91fe864c2e246 | |
parent | 35d15601f2d129a7d3db67dd9e2f4c41c87ef083 (diff) | |
download | dokka-21c587bc2e3904d370ca28e7404122bbad49ecf8.tar.gz dokka-21c587bc2e3904d370ca28e7404122bbad49ecf8.tar.bz2 dokka-21c587bc2e3904d370ca28e7404122bbad49ecf8.zip |
Update Maven runner's source link example path
One example was updated in #3046, but there are two similar ones on the page
-rw-r--r-- | docs/topics/runners/dokka-maven.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/runners/dokka-maven.md b/docs/topics/runners/dokka-maven.md index bc51d5fe..5f52dab2 100644 --- a/docs/topics/runners/dokka-maven.md +++ b/docs/topics/runners/dokka-maven.md @@ -586,7 +586,7 @@ Below you can see all the possible configuration options applied at the same tim <suppressInheritedMembers>false</suppressInheritedMembers> <offlineMode>false</offlineMode> <sourceDirectories> - <dir>${project.basedir}/src</dir> + <dir>src</dir> </sourceDirectories> <documentedVisibilities> <visibility>PUBLIC</visibility> |