-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
URL Cleanup #1564
URL Cleanup #1564
Conversation
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://github.com/reactor with 1 occurrences migrated to: https://github.com/reactor ([https](https://github.com/reactor) result 200). * http://projectreactor.io/docs/core/release/api/ with 3 occurrences migrated to: https://projectreactor.io/docs/core/release/api/ ([https](https://projectreactor.io/docs/core/release/api/) result 200). * http://projectreactor.io/docs/test/release/api/ with 1 occurrences migrated to: https://projectreactor.io/docs/test/release/api/ ([https](https://projectreactor.io/docs/test/release/api/) result 200). * http://www.apache.org/licenses/LICENSE-2.0 with 4 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.txt with 1 occurrences migrated to: https://www.apache.org/licenses/LICENSE-2.0.txt ([https](https://www.apache.org/licenses/LICENSE-2.0.txt) result 200). * http://www.reactive-streams.org/reactive-streams-1.0.2-javadoc/ with 3 occurrences migrated to: https://www.reactive-streams.org/reactive-streams-1.0.2-javadoc/ ([https](https://www.reactive-streams.org/reactive-streams-1.0.2-javadoc/) result 200). * 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). * http://repo.spring.io/libs-snapshot with 1 occurrences migrated to: https://repo.spring.io/libs-snapshot ([https](https://repo.spring.io/libs-snapshot) result 302). * http://repo.spring.io/plugins-release with 1 occurrences migrated to: https://repo.spring.io/plugins-release ([https](https://repo.spring.io/plugins-release) result 302).
Codecov Report
@@ Coverage Diff @@
## 3.1.x #1564 +/- ##
============================================
+ Coverage 83.83% 83.94% +0.11%
- Complexity 3627 3633 +6
============================================
Files 342 342
Lines 27658 27678 +20
Branches 5178 5189 +11
============================================
+ Hits 23186 23235 +49
+ Misses 2944 2929 -15
+ Partials 1528 1514 -14
Continue to review full report at Codecov.
|
@spring-operator this PR seems to have been merged on a maintenance branch, please ensure the change is merge-forwarded to |
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.
https://github.com/reactor (https result 200).
https://projectreactor.io/docs/core/release/api/ (https result 200).
https://projectreactor.io/docs/test/release/api/ (https result 200).
https://www.apache.org/licenses/LICENSE-2.0 (https result 200).
https://www.apache.org/licenses/LICENSE-2.0.txt (https result 200).
https://www.reactive-streams.org/reactive-streams-1.0.2-javadoc/ (https result 200).
https://repo.spring.io/libs-milestone (https result 302).
https://repo.spring.io/libs-snapshot (https result 302).
https://repo.spring.io/plugins-release (https result 302).