Files
spring-cloud-app-broker/CODE_OF_CONDUCT.adoc
Spring Operator 4d874c77c1 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 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://myfiles/app.jar (UnknownHostException) with 1 occurrences migrated to:
  https://myfiles/app.jar ([https](https://myfiles/app.jar) result UnknownHostException).
* [ ] http://myfiles/app1.jar (UnknownHostException) with 5 occurrences migrated to:
  https://myfiles/app1.jar ([https](https://myfiles/app1.jar) result UnknownHostException).
* [ ] http://myfiles/app2.jar (UnknownHostException) with 5 occurrences migrated to:
  https://myfiles/app2.jar ([https](https://myfiles/app2.jar) result UnknownHostException).

## 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://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html with 1 occurrences migrated to:
  https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html ([https](https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html) 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://plugins.jetbrains.com/plugin/6546 with 1 occurrences migrated to:
  https://plugins.jetbrains.com/plugin/6546 ([https](https://plugins.jetbrains.com/plugin/6546) result 301).

# Ignored
These URLs were intentionally ignored.

* http://localhost with 9 occurrences
* http://localhost/v2 with 1 occurrences
* http://localhost/v3 with 1 occurrences
* http://localhost:8888 with 4 occurrences
2019-03-25 16:10:50 -04:00

2.3 KiB