Browse Source
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://www.reactive-streams.org/reactive-streams- (404) with 1 occurrences migrated to: https://www.reactive-streams.org/reactive-streams- ([https](https://www.reactive-streams.org/reactive-streams-) result 404). ## 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://docs.spring.io/spring/docs/ with 7 occurrences migrated to: https://docs.spring.io/spring/docs/ ([https](https://docs.spring.io/spring/docs/) result 200). * [ ] http://github.com/spring-projects/spring-data-r2dbc with 1 occurrences migrated to: https://github.com/spring-projects/spring-data-r2dbc ([https](https://github.com/spring-projects/spring-data-r2dbc) result 200). * [ ] http://pivotal.io/ with 1 occurrences migrated to: https://pivotal.io/ ([https](https://pivotal.io/) result 200). * [ ] http://projects.spring.io/spring-data-r2dbc/ with 1 occurrences migrated to: https://projects.spring.io/spring-data-r2dbc/ ([https](https://projects.spring.io/spring-data-r2dbc/) result 200). * [ ] http://repo.spring.io/milestone/org/springframework/data/ with 1 occurrences migrated to: https://repo.spring.io/milestone/org/springframework/data/ ([https](https://repo.spring.io/milestone/org/springframework/data/) result 200). * [ ] http://spring.io with 1 occurrences migrated to: https://spring.io ([https](https://spring.io) result 200). * [ ] http://spring.io/blog with 2 occurrences migrated to: https://spring.io/blog ([https](https://spring.io/blog) result 200). * [ ] http://spring.io/docs with 1 occurrences migrated to: https://spring.io/docs ([https](https://spring.io/docs) result 200). * [ ] http://spring.io/projects/spring-data-r2dbc with 4 occurrences migrated to: https://spring.io/projects/spring-data-r2dbc ([https](https://spring.io/projects/spring-data-r2dbc) result 200). * [ ] http://stackoverflow.com/questions/tagged/spring-data with 2 occurrences migrated to: https://stackoverflow.com/questions/tagged/spring-data ([https](https://stackoverflow.com/questions/tagged/spring-data) result 200). * [ ] http://stackoverflow.com/questions/tagged/spring-data-r2dbc with 1 occurrences migrated to: https://stackoverflow.com/questions/tagged/spring-data-r2dbc ([https](https://stackoverflow.com/questions/tagged/spring-data-r2dbc) result 200). * [ ] http://twitter.com/SpringData with 1 occurrences migrated to: https://twitter.com/SpringData ([https](https://twitter.com/SpringData) result 200). * [ ] http://contributor-covenant.org with 1 occurrences migrated to: https://contributor-covenant.org ([https](https://contributor-covenant.org) result 301). * [ ] http://contributor-covenant.org/version/1/3/0/ with 1 occurrences migrated to: https://contributor-covenant.org/version/1/3/0/ ([https](https://contributor-covenant.org/version/1/3/0/) result 301). * [ ] http://help.github.com/forking/ with 1 occurrences migrated to: https://help.github.com/forking/ ([https](https://help.github.com/forking/) result 301). * [ ] http://projects.spring.io/spring-data with 1 occurrences migrated to: https://projects.spring.io/spring-data ([https](https://projects.spring.io/spring-data) result 301). * [ ] http://repo.spring.io/libs-milestone with 1 occurrences migrated to: https://repo.spring.io/libs-milestone ([https](https://repo.spring.io/libs-milestone) result 302).pull/1188/head
6 changed files with 27 additions and 27 deletions
Loading…
Reference in new issue