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://www.apache.org/licenses/ with 12 occurrences migrated to: https://www.apache.org/licenses/ ([https](https://www.apache.org/licenses/) result 200). * [ ] http://www.apache.org/licenses/LICENSE-2.0 with 345 occurrences migrated to: https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).
This commit is contained in:
committed by
Artem Bilan
parent
eca784de00
commit
306eec5f5e
@@ -130,7 +130,7 @@ The Spring Integration Extensions Framework is released under version 2.0 of the
|
||||
[Spring Integration Pattern Catalog]: https://github.com/SpringSource/spring-integration-pattern-catalog
|
||||
[SpringSource Tool Suite]: http://www.springsource.org/sts
|
||||
[How to Create New Components]: https://github.com/SpringSource/spring-integration-extensions/wiki/How-to-Create-New-Components
|
||||
[Apache License]: http://www.apache.org/licenses/LICENSE-2.0
|
||||
[Apache License]: https://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
[SMB]: http://en.wikipedia.org/wiki/Server_Message_Block
|
||||
[SMPP]: http://en.wikipedia.org/wiki/Short_Message_Peer-to-Peer
|
||||
|
||||
Reference in New Issue
Block a user