Skip to content

Commit

Permalink
Fix incorrect link to OkHttpClient.newBuilder (#1803)
Browse files Browse the repository at this point in the history
  • Loading branch information
aouerf authored Jul 4, 2023
1 parent 783693f commit 763639e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/recipes.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ val imageLoader = ImageLoader.Builder(context)
```

!!! Note
If you already have a built `OkHttpClient`, use [`newBuilder()`](https://square.github.io/okhttp/4.x/okhttp/okhttp3/-http-url/new-builder/) to build a new client that shares resources with the original.
If you already have a built `OkHttpClient`, use [`newBuilder()`](https://square.github.io/okhttp/4.x/okhttp/okhttp3/-ok-http-client/#customize-your-client-with-newbuilder) to build a new client that shares resources with the original.

#### Headers

Expand Down

0 comments on commit 763639e

Please sign in to comment.