From f7828cf23f1d2675a533b78179affa23bdde7f8c Mon Sep 17 00:00:00 2001 From: Dmitry Timofeev Date: Sun, 6 Oct 2019 05:00:21 +0300 Subject: [PATCH] Fix the broken link: (#5530) * Fix the broken link: There is no longer a markdown doc file on interceptors, but the article is available on the project website. * Update README.md --- okhttp-logging-interceptor/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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/