From a30978727a6f7decc2307cb8cec5f2265e2b740e Mon Sep 17 00:00:00 2001 From: Ryan Bergman Date: Tue, 26 Dec 2023 09:09:27 -0600 Subject: [PATCH] close issue #509 fix link in readme --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 3112a44e..0243c5c2 100644 --- a/docs/index.md +++ b/docs/index.md @@ -592,7 +592,7 @@ Changing Unirest's config should ideally be done once, or rarely. Once Unirest h You can set a global interceptor for your configuration. This is invoked before and after each request. This can be useful for logging or injecting common attributes. -See [Interceptor.java](https://github.com/Kong/unirest-java/blob/master/unirest/src/main/java/kong/unirest/Interceptor.java) for details. +See [Interceptor.java](https://github.com/Kong/unirest-java/blob/main/unirest/src/main/java/kong/unirest/core/Interceptor.java) for details. ## Multiple Configurations