From 19d756ab7a52d9530c62e7e10eb952869a238f67 Mon Sep 17 00:00:00 2001 From: Spring Operator Date: Tue, 26 Mar 2019 02:39:40 -0500 Subject: [PATCH] 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://cloud.spring.io/spring-cloud-netflix/ with 1 occurrences migrated to: https://cloud.spring.io/spring-cloud-netflix/ ([https](https://cloud.spring.io/spring-cloud-netflix/) result 200). --- src/main/resources/json/issue-created.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/json/issue-created.json b/src/main/resources/json/issue-created.json index f2353cd..f9172c2 100644 --- a/src/main/resources/json/issue-created.json +++ b/src/main/resources/json/issue-created.json @@ -145,7 +145,7 @@ "ssh_url": "git@github.com:spring-cloud/spring-cloud-netflix.git", "clone_url": "https://github.com/spring-cloud/spring-cloud-netflix.git", "svn_url": "https://github.com/spring-cloud/spring-cloud-netflix", - "homepage": "http://cloud.spring.io/spring-cloud-netflix/", + "homepage": "https://cloud.spring.io/spring-cloud-netflix/", "size": 6756, "stargazers_count": 333, "watchers_count": 333,