diff --git a/config/dokka/packages.md b/config/dokka/packages.md index 2ff8b42..35f9f44 100644 --- a/config/dokka/packages.md +++ b/config/dokka/packages.md @@ -1,3 +1,3 @@ # Module bitly-shorten -[Bitly Shortener for Kotlin/Java](https://github.com/ethauvin/bitly-shortener) +[Bitly Shortener for Kotlin/Java](https://github.com/ethauvin/bitly-shorten), a simple implementation of the [Bitly API v4](https://dev.bitly.com/v4/). diff --git a/src/main/kotlin/net/thauvin/erik/bitly/Bitly.kt b/src/main/kotlin/net/thauvin/erik/bitly/Bitly.kt index 86dd5c8..dc3988d 100644 --- a/src/main/kotlin/net/thauvin/erik/bitly/Bitly.kt +++ b/src/main/kotlin/net/thauvin/erik/bitly/Bitly.kt @@ -57,7 +57,7 @@ enum class Methods { } /** - * A simple implementation of the Bitly API v4. + * A simple implementation of the [Bitly API v4](https://dev.bitly.com/v4/). * * @constructor Creates new instance. */