Skip to content

Commit

Permalink
close issue #509 fix link in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ryber committed Dec 26, 2023
1 parent c37e26d commit a309787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a309787

Please sign in to comment.