From aad55b79d338467eb52f14aa8406f659ef86eb82 Mon Sep 17 00:00:00 2001 From: Spring Operator Date: Thu, 28 Mar 2019 11:03:11 -0700 Subject: [PATCH] URL Cleanup (#164) 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://projects.spring.io/spring-cloud/ with 3 occurrences migrated to: https://projects.spring.io/spring-cloud/ ([https](https://projects.spring.io/spring-cloud/) result 200). * [ ] http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd with 1 occurrences migrated to: https://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd ([https](https://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd) result 200). # Ignored These URLs were intentionally ignored. * http://PROD-SVC with 6 occurrences * http://docbook.org/ns/docbook with 3 occurrences * http://www.w3.org/1999/xlink with 3 occurrences * http://www.w3.org/2000/svg with 1 occurrences --- 2.0.x/spring-cloud-openfeign.xml | 2 +- 2.1.x/spring-cloud-openfeign.xml | 2 +- font-awesome/font/fontawesome-webfont.svg | 2 +- spring-cloud-openfeign.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/2.0.x/spring-cloud-openfeign.xml b/2.0.x/spring-cloud-openfeign.xml index 5c6f6c10..947b7f8b 100644 --- a/2.0.x/spring-cloud-openfeign.xml +++ b/2.0.x/spring-cloud-openfeign.xml @@ -18,7 +18,7 @@ and binding to the Spring Environment and other Spring programming model idioms.
How to Include Feign To include Feign in your project use the starter with group org.springframework.cloud -and artifact id spring-cloud-starter-openfeign. See the Spring Cloud Project page +and artifact id spring-cloud-starter-openfeign. See the Spring Cloud Project page for details on setting up your build system with the current Spring Cloud Release Train. Example spring boot app @SpringBootApplication diff --git a/2.1.x/spring-cloud-openfeign.xml b/2.1.x/spring-cloud-openfeign.xml index 76d8716e..606142a2 100644 --- a/2.1.x/spring-cloud-openfeign.xml +++ b/2.1.x/spring-cloud-openfeign.xml @@ -18,7 +18,7 @@ and binding to the Spring Environment and other Spring programming model idioms.
How to Include Feign To include Feign in your project use the starter with group org.springframework.cloud -and artifact id spring-cloud-starter-openfeign. See the Spring Cloud Project page +and artifact id spring-cloud-starter-openfeign. See the Spring Cloud Project page for details on setting up your build system with the current Spring Cloud Release Train. Example spring boot app @SpringBootApplication diff --git a/font-awesome/font/fontawesome-webfont.svg b/font-awesome/font/fontawesome-webfont.svg index 2edb4ec3..8b349d50 100755 --- a/font-awesome/font/fontawesome-webfont.svg +++ b/font-awesome/font/fontawesome-webfont.svg @@ -1,5 +1,5 @@ - + diff --git a/spring-cloud-openfeign.xml b/spring-cloud-openfeign.xml index 81a67c47..8a80d74d 100644 --- a/spring-cloud-openfeign.xml +++ b/spring-cloud-openfeign.xml @@ -18,7 +18,7 @@ and binding to the Spring Environment and other Spring programming model idioms.
How to Include Feign To include Feign in your project use the starter with group org.springframework.cloud -and artifact id spring-cloud-starter-openfeign. See the Spring Cloud Project page +and artifact id spring-cloud-starter-openfeign. See the Spring Cloud Project page for details on setting up your build system with the current Spring Cloud Release Train. Example spring boot app @SpringBootApplication