Skip to content
This repository has been archived by the owner on Jul 25, 2022. It is now read-only.

URL Cleanup #22

Open
wants to merge 1 commit into
base: config-cleanup
Choose a base branch
from

Commits on Mar 16, 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).
    
    # 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://maven.apache.org/xsd/maven-4.0.0.xsd with 5 occurrences migrated to:
      https://maven.apache.org/xsd/maven-4.0.0.xsd ([https](https://maven.apache.org/xsd/maven-4.0.0.xsd) result 200).
    * http://maven.apache.org/maven-v4_0_0.xsd with 1 occurrences migrated to:
      https://maven.apache.org/maven-v4_0_0.xsd ([https](https://maven.apache.org/maven-v4_0_0.xsd) result 301).
    
    # Ignored
    These URLs were intentionally ignored.
    
    * http://maven.apache.org/POM/4.0.0 with 12 occurrences
    * http://www.w3.org/2001/XMLSchema-instance with 6 occurrences
    spring-operator committed Mar 16, 2019
    Configuration menu
    Copy the full SHA
    516177e View commit details
    Browse the repository at this point in the history