erlang-data-structures icon indicating copy to clipboard operation
erlang-data-structures 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://www.mozilla.org/MPL/ with 7 occurrences migrated to:
    https://www.mozilla.org/MPL/ (https result 301).
  • http://www.soi.city.ac.uk/~ross/papers/FingerTree.html (301) with 2 occurrences migrated to:
    https://staff.city.ac.uk/~ross/papers/FingerTree.html (https result 302).

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