Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

URL Cleanup #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Mar 20, 2019

  1. 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).
    
    # HTTP URLs that Could Not Be Fixed
    These URLs were unable to be fixed. Please review them to see if they can be manually resolved.
    
    * [ ] http://rest-service.guides.spring.io/greeting (200) with 3 occurrences could not be migrated:
       ([https](https://rest-service.guides.spring.io/greeting) result SSLHandshakeException).
    
    # 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://creativecommons.org/licenses/by-nd/3.0/ with 1 occurrences migrated to:
      https://creativecommons.org/licenses/by-nd/3.0/ ([https](https://creativecommons.org/licenses/by-nd/3.0/) result 200).
    
    # Ignored
    These URLs were intentionally ignored.
    
    * http://localhost:8080 with 1 occurrences
    spring-operator committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    e0f9b80 View commit details
    Browse the repository at this point in the history