gradle-init-scripts icon indicating copy to clipboard operation
gradle-init-scripts 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://wiki.jfrog.org/confluence/display/RTF/Artifactory with 1 occurrences migrated to:
    https://wiki.jfrog.org/confluence/display/RTF/Artifactory (https result 301).
  • [ ] http://wiki.jfrog.org/confluence/display/RTF/Centrally+Secure+Passwords with 1 occurrences migrated to:
    https://wiki.jfrog.org/confluence/display/RTF/Centrally+Secure+Passwords (https result 301).
  • [ ] http://wiki.jfrog.org/confluence/display/RTF/Filtered+Resources with 1 occurrences migrated to:
    https://wiki.jfrog.org/confluence/display/RTF/Filtered+Resources (https result 301).
  • [ ] http://wiki.jfrog.org/confluence/display/RTF/Watches with 1 occurrences migrated to:
    https://wiki.jfrog.org/confluence/display/RTF/Watches (https result 301).
  • [ ] http://www.gradle.org/init_scripts with 2 occurrences migrated to:
    https://www.gradle.org/init_scripts (https result 301).

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