From 8c926d28f7dd67f687a1f0a925edc6026e937b1c Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Tue, 25 Feb 2020 18:50:04 -0800 Subject: [PATCH] Fixed documentation. --- config/dokka/packages.md | 2 +- src/main/kotlin/net/thauvin/erik/bitly/Bitly.kt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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. */