Files
spring-ws/index.html
Spring Operator e45bd39f10 URL Cleanup (#146)
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-ws with 4 occurrences migrated to:
  https://spring.io/projects/spring-ws ([https](https://spring.io/projects/spring-ws) result 200).
2019-04-01 12:54:51 -05:00

12 lines
489 B
HTML

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