提交 7c6ee1b7 编写于 作者: S Spring Operator 提交者: Sam Brannen

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).
上级 eee1aa1b
......@@ -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-framework">
<meta http-equiv="refresh" content="0; url=http://spring.io/projects/spring-framework">
<link rel="canonical" href="https://spring.io/projects/spring-framework">
<meta http-equiv="refresh" content="0; url=https://spring.io/projects/spring-framework">
<meta name="robots" content="noindex">
<h1>Redirecting&hellip;</h1>
<a href="http://spring.io/projects/spring-framework">Click here if you are not redirected.</a>
<script>location="http://spring.io/projects/spring-framework"</script>
<a href="https://spring.io/projects/spring-framework">Click here if you are not redirected.</a>
<script>location="https://spring.io/projects/spring-framework"</script>
</html>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册