From 237a0c21cf8bc06b49b32d8d5090b127d3257c4c Mon Sep 17 00:00:00 2001 From: Juan Manuel Leflet Estrada Date: Wed, 20 Nov 2024 15:25:14 +0100 Subject: [PATCH] Add migration guide link for Apache Httpclient Signed-off-by: Juan Manuel Leflet Estrada --- .../spring-framework-5.x-to-6.0-web-applications.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default/generated/spring-framework/spring-framework-5.x-to-6.0-web-applications.yaml b/default/generated/spring-framework/spring-framework-5.x-to-6.0-web-applications.yaml index b250c42..6cdad3c 100644 --- a/default/generated/spring-framework/spring-framework-5.x-to-6.0-web-applications.yaml +++ b/default/generated/spring-framework/spring-framework-5.x-to-6.0-web-applications.yaml @@ -81,4 +81,4 @@ - title: 'Spring 6.0 migration guide' url: https://github.com/spring-projects/spring-framework/wiki/Spring-Framework-6.0-Release-Notes#web-applications - title: 'Apache HttpClient 4 to 5 migration guide' - url: + url: https://hc.apache.org/httpcomponents-client-5.4.x/migration-guide/preparation.html