From 7c6ee1b7492d348c970ea0c14d46dbfa42e7543e Mon Sep 17 00:00:00 2001 From: Spring Operator Date: Wed, 27 Mar 2019 03:48:45 -0700 Subject: [PATCH] URL Cleanup (#22681) This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener). # Fixed URLs ## Fixed Success These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended. * [ ] http://spring.io/projects/spring-framework with 4 occurrences migrated to: https://spring.io/projects/spring-framework ([https](https://spring.io/projects/spring-framework) result 200). --- index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 968cd666a1..a19c4fb99d 100644 --- a/index.html +++ b/index.html @@ -2,10 +2,10 @@ Redirecting… - - + +

Redirecting…

- Click here if you are not redirected. - + Click here if you are not redirected. + -- GitLab