From 8474979f80554bbc1e8fdcd6541e34c8ea7f7770 Mon Sep 17 00:00:00 2001 From: Spring Operator Date: Fri, 22 Mar 2019 10:02:44 -0700 Subject: [PATCH] #754 - 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://www.apache.org/licenses/ with 1 occurrences migrated to: https://www.apache.org/licenses/ ([https](https://www.apache.org/licenses/) result 200). * [ ] http://www.apache.org/licenses/LICENSE-2.0 with 6 occurrences migrated to: https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200). Original Pull Request: #768 --- LICENSE.txt | 4 ++-- resources/src/main/resources/docbkx/xsl/common.xsl | 2 +- resources/src/main/resources/docbkx/xsl/html-multipage.xsl | 2 +- resources/src/main/resources/docbkx/xsl/html-singlepage.xsl | 2 +- resources/src/main/resources/docbkx/xsl/html.xsl | 2 +- resources/src/main/resources/docbkx/xsl/pdf.xsl | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index d6456956..62589edd 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,7 +1,7 @@ Apache License Version 2.0, January 2004 - http://www.apache.org/licenses/ + https://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION @@ -193,7 +193,7 @@ you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/resources/src/main/resources/docbkx/xsl/common.xsl b/resources/src/main/resources/docbkx/xsl/common.xsl index 171b5fa0..4b96c12f 100644 --- a/resources/src/main/resources/docbkx/xsl/common.xsl +++ b/resources/src/main/resources/docbkx/xsl/common.xsl @@ -9,7 +9,7 @@ "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an diff --git a/resources/src/main/resources/docbkx/xsl/html-multipage.xsl b/resources/src/main/resources/docbkx/xsl/html-multipage.xsl index 3772b502..3ab9d03b 100644 --- a/resources/src/main/resources/docbkx/xsl/html-multipage.xsl +++ b/resources/src/main/resources/docbkx/xsl/html-multipage.xsl @@ -9,7 +9,7 @@ to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at -http://www.apache.org/licenses/LICENSE-2.0 +https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an diff --git a/resources/src/main/resources/docbkx/xsl/html-singlepage.xsl b/resources/src/main/resources/docbkx/xsl/html-singlepage.xsl index 749fd534..cdf05a99 100644 --- a/resources/src/main/resources/docbkx/xsl/html-singlepage.xsl +++ b/resources/src/main/resources/docbkx/xsl/html-singlepage.xsl @@ -9,7 +9,7 @@ to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at -http://www.apache.org/licenses/LICENSE-2.0 +https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an diff --git a/resources/src/main/resources/docbkx/xsl/html.xsl b/resources/src/main/resources/docbkx/xsl/html.xsl index 139a4dfd..90649236 100644 --- a/resources/src/main/resources/docbkx/xsl/html.xsl +++ b/resources/src/main/resources/docbkx/xsl/html.xsl @@ -9,7 +9,7 @@ to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at -http://www.apache.org/licenses/LICENSE-2.0 +https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an diff --git a/resources/src/main/resources/docbkx/xsl/pdf.xsl b/resources/src/main/resources/docbkx/xsl/pdf.xsl index 49bf3bba..fd38c8ac 100644 --- a/resources/src/main/resources/docbkx/xsl/pdf.xsl +++ b/resources/src/main/resources/docbkx/xsl/pdf.xsl @@ -9,7 +9,7 @@ to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at -http://www.apache.org/licenses/LICENSE-2.0 +https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an