Skip to content

Commit 66dd8db

Browse files
authored
Update README.md
1 parent 009f529 commit 66dd8db

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ This provides access only to public Spotify endpoints. By default, the SpotifyAp
7777
through the `automaticRefresh` parameter in all builders.
7878

7979
There are four exposed builders, depending on the level of control you need over api creation.
80-
Please see the [spotifyAppApi builder docs]() for a full list of available builders, or the app api [samples]().
80+
Please see the [spotifyAppApi builder docs](https://adamint.github.io/spotify-web-api-kotlin/docs/spotify-web-api-kotlin/com.adamratzman.spotify/spotify-app-api.html) for a full list of available builders, or the app api [samples](https://github.com/adamint/spotify-web-api-kotlin/tree/master/samples/jvm/src/main/kotlin/appApi).
8181

8282

8383
### SpotifyClientApi
@@ -90,11 +90,11 @@ ensure proper function of this library.
9090
Its automatic refresh ability is available *only* when building with
9191
an authorization code or a `Token` object. Otherwise, it will expire `Token.expiresIn` seconds after creation.
9292

93-
Please see the [spotifyClientApi builder docs]() for a full list of available builders, or the client [samples]().
93+
Please see the [spotifyClientApi builder docs](https://adamint.github.io/spotify-web-api-kotlin/docs/spotify-web-api-kotlin/com.adamratzman.spotify/spotify-client-api.html) for a full list of available builders, or the client [samples](https://github.com/adamint/spotify-web-api-kotlin/tree/master/samples/jvm/src/main/kotlin/clientApi).
9494

9595
### SpotifyImplicitGrantApi
9696
Instantiate this api only if you are using the Spotify implicit grant flow. It is a superset of `SpotifyClientApi`.
97-
Please see the [spotifyImplicitGrantApi builder docs]() for a full list of available builders, or the implicit grant [samples]().
97+
Please see the [spotifyImplicitGrantApi builder docs](https://adamint.github.io/spotify-web-api-kotlin/docs/spotify-web-api-kotlin/com.adamratzman.spotify/spotify-implicit-grant-api.html) for a full list of available builders, or the implicit grant [samples (tbd)]().
9898

9999
### SpotifyApiBuilder Block & setting API options
100100
There are three pluggable blocks in each api's corresponding builder
@@ -235,4 +235,4 @@ You can then use this track in `SpotifyClientApi` endpoints such as playing or s
235235
in your market!
236236

237237
### Contributing
238-
See [CONTRIBUTING.md](CONTRIBUTING.md)
238+
See [CONTRIBUTING.md](CONTRIBUTING.md)

0 commit comments

Comments
 (0)