diff --git a/README.md b/README.md index 0d182e8..c4bb8f6 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ [](https://opensource.org/licenses/BSD-3-Clause) -[](https://kotlinlang.org/) +[](https://kotlinlang.org/) [](https://oss.sonatype.org/content/repositories/snapshots/net/thauvin/erik/bitly-shorten/) [](https://github.com/ethauvin/bitly-shorten/releases/latest) -[](https://search.maven.org/search?q=g:%22net.thauvin.erik%22%20AND%20a:%22bitly-shorten%22) +[](https://central.sonatype.com/artifact/net.thauvin.erik/bitly-shorten) [](https://sonarcloud.io/dashboard?id=ethauvin_bitly-shorten) [](https://github.com/ethauvin/bitly-shorten/actions/workflows/gradle.yml) @@ -67,7 +67,7 @@ dependencies { } ``` -Instructions for using with Maven, Ivy, etc. can be found on [Maven Central](https://search.maven.org/artifact/net.thauvin.erik/bitly-shorten/0.9.3/jar). +Instructions for using with Maven, Ivy, etc. can be found on [Maven Central](https://central.sonatype.com/artifact/net.thauvin.erik/bitly-shorten). ## Java @@ -77,7 +77,7 @@ To make it easier to use the library with Java, configuration builders are avail var config = new CreateConfig.Builder() .title("Erik's Weblog") .tags(new String[] { "blog", "weblog"}) - .long_url("https://erik.thauvin.net/blog") + .longUrl("https://erik.thauvin.net/blog") .build(); bitly.bitlinks().create(config); diff --git a/config/dokka/packages.md b/config/dokka/packages.md index ccf2afd..a55184f 100644 --- a/config/dokka/packages.md +++ b/config/dokka/packages.md @@ -2,7 +2,7 @@ [Bitly Shortener for Kotlin, Java & Android](https://github.com/ethauvin/bitly-shorten) -A simple implementation of the [Bitly](https://bit.ly/) link shortening (Bitlinks) [API v4](https://dev.bitly.com/api-reference). +A simple implementation of the [Bitly](https://bit.ly/) link shortening (Bitlinks) [API v4](https://dev.bitly.com/api-reference/). # Package net.thauvin.erik.bitly diff --git a/docs/bitly-shorten/net.thauvin.erik.bitly.config/-create-config/-builder/-builder.html b/docs/bitly-shorten/net.thauvin.erik.bitly.config/-create-config/-builder/-builder.html index 4896895..bb895b3 100644 --- a/docs/bitly-shorten/net.thauvin.erik.bitly.config/-create-config/-builder/-builder.html +++ b/docs/bitly-shorten/net.thauvin.erik.bitly.config/-create-config/-builder/-builder.html @@ -1,10 +1,11 @@ - +
Configures the creation parameters of a Bitlink.
See the Bit.ly API for more information.
Configures the creation parameters of a Bitlink.
See the Bit.ly API for more information.
Configures the creation parameters of a Bitlink.
Configures the creation parameters of a Bitlink.