Skip to content

Commit 3ec25c5

Browse files
authored
Update redir strategy javadoc links (#649)
The existing links are no longer resolvable, and 404.
1 parent e7060e4 commit 3ec25c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.org

+2-2
Original file line numberDiff line numberDiff line change
@@ -717,8 +717,8 @@ Redirect Options:
717717
list of redirected URLs with key: =:trace-redirects=.
718718
- =:redirect-strategy= :: Sets the redirect strategy for clj-http. Accepts the following:
719719
- =:none= - Perform no redirects
720-
- =:default= - See https://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/org/apache/http/impl/client/DefaultRedirectStrategy.html
721-
- =:lax= - See https://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/org/apache/http/impl/client/LaxRedirectStrategy.html
720+
- =:default= - See https://hc.apache.org/httpcomponents-client-4.5.x/current/httpclient/apidocs/org/apache/http/impl/client/DefaultRedirectStrategy.html
721+
- =:lax= - See https://hc.apache.org/httpcomponents-client-4.5.x/current/httpclient/apidocs/org/apache/http/impl/client/LaxRedirectStrategy.html
722722
- =:graceful= - Similar to =:default=, but does not throw exceptions when max redirects is reached. This is the redirects behaviour in 2.x
723723
- =nil= - When nil, assumes =:default=
724724

0 commit comments

Comments
 (0)