Merge pull request #612 from Spring Operator
* gh-612: Use HTTPS for external links where possible Closes gh-612
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
<html lang="en-US">
|
||||
<meta charset="utf-8">
|
||||
<title>Redirecting…</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…</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>
|
||||
Reference in New Issue
Block a user