-
Spring Operator authored
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 But Review Recommended These URLs were fixed, but the https status was not OK. However, the https status was the same as the http request or http redirected to an https URL, so they were migrated. Your review is recommended. * [ ] http://compose.docker.io/ (UnknownHostException) with 1 occurrences migrated to: https://compose.docker.io/ ([https](https://compose.docker.io/) result UnknownHostException). * [ ] http://nosuchhost (UnknownHostException) with 1 occurrences migrated to: https://nosuchhost ([https](https://nosuchhost) result UnknownHostException). * [ ] http://projects.spring.io/spring-boot/function-sam (404) with 1 occurrences migrated to: https://projects.spring.io/spring-boot/function-sam ([https](https://projects.spring.io/spring-boot/function-sam) result 404). * [ ] http://www...
bcd2f616