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-framework with 4 occurrences migrated to:
https://spring.io/projects/spring-framework ([https](https://spring.io/projects/spring-framework) result 200).
Links added:
* part of the reference documentation listing mave/gradle coordinates
* screencast published on the Spring blog (creating and deploying a REST
app under 5 minutes)
Since the main example here is using the `spring-context` module,
Spring developers should be aware of all the other existing Spring
modules and their artifacts names.
A link to the corresponding section in the reference documentation is
added.
Issue: SPR-11534