Commit Graph

5 Commits

Author SHA1 Message Date
Spring Operator
96fe463c23 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 1 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 43 occurrences migrated to:
  https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).
* http://www.apache.org/licenses/LICENSE-2.0.html with 1 occurrences migrated to:
  https://www.apache.org/licenses/LICENSE-2.0.html ([https](https://www.apache.org/licenses/LICENSE-2.0.html) result 200).
2019-03-14 20:15:57 -05:00
Rob Winch
aaf8f5cb2d Add Code of Conduct
Fixes gh-47
2016-02-02 09:39:32 -06:00
Sebastian Staudt
64d43afa80 Update documentation URLs in the README
Point to docs/1.0.x instead of docs/1.0.0.BUILD-SNAPSHOT to be up to date and a bit more future-proof.
2015-07-29 12:48:49 +02:00
Janne Valkealahti
44c693e368 Update README for samples 2015-03-11 09:25:38 +00:00
Rob Winch
55c8ac2b13 Create README.adoc 2015-03-06 10:47:14 -06:00