Use HTTPS links for redirects.

This commit is contained in:
Mark Paluch
2022-04-20 11:23:47 +02:00
parent eacae42c36
commit 58e2e30e65

View File

@@ -2,10 +2,10 @@
<html lang="en-US">
<meta charset="utf-8">
<title>Redirecting&hellip;</title>
<link rel="canonical" href="http://spring.io/projects/spring-data">
<meta http-equiv="refresh" content="0; url=http://spring.io/projects/spring-data">
<link rel="canonical" href="https://spring.io/projects/spring-data">
<meta http-equiv="refresh" content="0; url=https://spring.io/projects/spring-data">
<meta name="robots" content="noindex">
<h1>Redirecting&hellip;</h1>
<a href="http://spring.io/projects/spring-data">Click here if you are not redirected.</a>
<script>location="http://spring.io/projects/spring-data"</script>
<a href="https://spring.io/projects/spring-data">Click here if you are not redirected.</a>
<script>location="https://spring.io/projects/spring-data"</script>
</html>