Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
tonisives committed Dec 1, 2023
1 parent 7af862d commit b2cbc34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hmkit-fleet/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@ dokkaHtml {
}

dokkaJavadoc {
outputDirectory.set(file("$buildDir/dokka/html/v1/javadoc/v1"))
outputDirectory.set(file("$buildDir/dokka/html/v1/javadoc"))
}
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ import java.util.concurrent.CompletableFuture
* );
* ```
*
* Check out the [javadoc](https://highmobility.github.io/hmkit-fleet-v2/javadoc/v1/com/highmobility/hmkitfleet/HMKitFleet.html)
* Check out the [javadoc](https://highmobility.github.io/hmkit-fleet-v2/v1/javadoc/com/highmobility/hmkitfleet/HMKitFleet.html)
*
* Have a look at this relative link [here](/testmodule/com.example.app/index.html)
*/
Expand Down

0 comments on commit b2cbc34

Please sign in to comment.