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 1c986ee commit b404fcf
Show file tree
Hide file tree
Showing 2 changed files with 4 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/javadoc/v1"))
outputDirectory.set(file("$buildDir/dokka/html/javadoc/v1"))
}
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ import java.util.concurrent.CompletableFuture
* );
* ```
*
* Check out the [javadoc](/javadoc/v1/com/highmobility/hmkitfleet/HMKitFleet.html) for more information.
* Check out the [javadoc](https://highmobility.github.io/hmkit-fleet-v2/javadoc/v1/com/highmobility/hmkitfleet/HMKitFleet.html)
*
* Have a look at [this link](./testmodule/com.example.app/index.html)
*/
class HMKitFleet constructor(
/**
Expand Down

0 comments on commit b404fcf

Please sign in to comment.