Use HTTPS for external links where possible

See gh-612
This commit is contained in:
Spring Operator
2019-03-26 04:43:12 -05:00
committed by Andy Wilkinson
parent 9bc0c5983f
commit 018917584e

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-restdocs">
<meta http-equiv="refresh" content="0; url=http://spring.io/projects/spring-restdocs">
<link rel="canonical" href="https://spring.io/projects/spring-restdocs">
<meta http-equiv="refresh" content="0; url=https://spring.io/projects/spring-restdocs">
<meta name="robots" content="noindex">
<h1>Redirecting&hellip;</h1>
<a href="http://spring.io/projects/spring-restdocs">Click here if you are not redirected.</a>
<script>location="http://spring.io/projects/spring-restdocs"</script>
<a href="https://spring.io/projects/spring-restdocs">Click here if you are not redirected.</a>
<script>location="https://spring.io/projects/spring-restdocs"</script>
</html>