Merge pull request #612 from Spring Operator

* gh-612:
  Use HTTPS for external links where possible

Closes gh-612
This commit is contained in:
Andy Wilkinson
2019-03-26 12:24:13 +00:00

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>