1
0
mirror of https://github.com/square/okhttp.git synced 2025-08-07 12:42:57 +03:00

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
This commit is contained in:
Dmitry Timofeev
2019-10-06 05:00:21 +03:00
committed by Jesse Wilson
parent f40fa6d975
commit f7828cf23f

View File

@@ -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/