aws-maven icon indicating copy to clipboard operation
aws-maven copied to clipboard

URL Cleanup

Open spring-operator opened this issue 6 years ago • 0 comments

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://aws.amazon.com/documentation/cli/ with 1 occurrences migrated to:
    https://aws.amazon.com/documentation/cli/ (https result 200).
  • [ ] http://aws.amazon.com/s3/ with 1 occurrences migrated to:
    https://aws.amazon.com/s3/ (https result 200).
  • [ ] http://awspolicygen.s3.amazonaws.com/policygen.html with 1 occurrences migrated to:
    https://awspolicygen.s3.amazonaws.com/policygen.html (https result 200).
  • [ ] http://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/auth/EnvironmentVariableCredentialsProvider.html with 1 occurrences migrated to:
    https://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/auth/EnvironmentVariableCredentialsProvider.html (https result 200).
  • [ ] http://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/auth/InstanceProfileCredentialsProvider.html with 1 occurrences migrated to:
    https://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/auth/InstanceProfileCredentialsProvider.html (https result 200).
  • [ ] http://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/auth/SystemPropertiesCredentialsProvider.html with 1 occurrences migrated to:
    https://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/auth/SystemPropertiesCredentialsProvider.html (https result 200).
  • [ ] http://maven.apache.org/wagon/ with 1 occurrences migrated to:
    https://maven.apache.org/wagon/ (https result 200).
  • [ ] http://search.maven.org/ with 1 occurrences migrated to:
    https://search.maven.org/ (https result 200).
  • [ ] http://www.apache.org with 1 occurrences migrated to:
    https://www.apache.org (https result 200).
  • [ ] http://www.springframework.org with 1 occurrences migrated to:
    https://www.springframework.org (https result 301).

spring-operator avatar Mar 20 '19 21:03 spring-operator