diff --git a/okhttp-logging-interceptor/README.md b/okhttp-logging-interceptor/README.md index 200727886..5f0f51374 100644 --- a/okhttp-logging-interceptor/README.md +++ b/okhttp-logging-interceptor/README.md @@ -1,7 +1,7 @@ Logging Interceptor =================== -An [OkHttp interceptor][1] which logs HTTP request and response data. +An [OkHttp interceptor][interceptors] which logs HTTP request and response data. ```java HttpLoggingInterceptor logging = new HttpLoggingInterceptor(); @@ -41,5 +41,4 @@ implementation("com.squareup.okhttp3:logging-interceptor:4.2.1") ``` - - [1]: ../INTERCEPTORS.md +[interceptors]: https://square.github.io/okhttp/interceptors/