URL Cleanup
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-cloud-cloudfoundry-service-broker with 3 occurrences migrated to: https://spring.io/projects/spring-cloud-cloudfoundry-service-broker ([https](https://spring.io/projects/spring-cloud-cloudfoundry-service-broker) result 200). * [ ] http://spring.io/projects/spring-credhub with 1 occurrences migrated to: https://spring.io/projects/spring-credhub ([https](https://spring.io/projects/spring-credhub) result 200).
This commit is contained in:
committed by
Roy Clarkson
parent
8053dcf6f9
commit
2d849afd40
@@ -2,10 +2,10 @@
|
||||
<html lang="en-US">
|
||||
<meta charset="utf-8">
|
||||
<title>Redirecting…</title>
|
||||
<link rel="canonical" href="http://spring.io/projects/spring-credhub">
|
||||
<meta http-equiv="refresh" content="0; url=http://spring.io/projects/spring-cloud-cloudfoundry-service-broker">
|
||||
<link rel="canonical" href="https://spring.io/projects/spring-credhub">
|
||||
<meta http-equiv="refresh" content="0; url=https://spring.io/projects/spring-cloud-cloudfoundry-service-broker">
|
||||
<meta name="robots" content="noindex">
|
||||
<h1>Redirecting…</h1>
|
||||
<a href="http://spring.io/projects/spring-cloud-cloudfoundry-service-broker">Click here if you are not redirected.</a>
|
||||
<script>location="http://spring.io/projects/spring-cloud-cloudfoundry-service-broker"</script>
|
||||
<a href="https://spring.io/projects/spring-cloud-cloudfoundry-service-broker">Click here if you are not redirected.</a>
|
||||
<script>location="https://spring.io/projects/spring-cloud-cloudfoundry-service-broker"</script>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user