Fixed documentation.
This commit is contained in:
parent
51ed55c014
commit
8c926d28f7
2 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
||||||
# Module bitly-shorten
|
# 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/).
|
||||||
|
|
|
@ -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.
|
* @constructor Creates new instance.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue