Skip to content

Commit

Permalink
Update Maven runner's source link example path
Browse files Browse the repository at this point in the history
One example was updated in #3046, but there are two similar ones on the page
  • Loading branch information
IgnatBeresnev authored Oct 23, 2023
1 parent 35d1560 commit 21c587b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topics/runners/dokka-maven.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 21c587b

Please sign in to comment.