Fixed documentation.

This commit is contained in:
Erik C. Thauvin 2020-02-25 18:50:04 -08:00
parent 51ed55c014
commit 8c926d28f7
2 changed files with 2 additions and 2 deletions

View file

@ -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/).

View file

@ -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.
*/