From 8626828187648d60479c1a56decd0782ef52a38e Mon Sep 17 00:00:00 2001 From: Spring Operator Date: Tue, 5 Mar 2019 23:56:22 -0600 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 fixed successfully. * http://www.apache.org/licenses/LICENSE-2.0 migrated to: https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200). --- doc/reference/lib/fop-0.95/fop.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/reference/lib/fop-0.95/fop.bat b/doc/reference/lib/fop-0.95/fop.bat index 85a7fec..1b7d439 100644 --- a/doc/reference/lib/fop-0.95/fop.bat +++ b/doc/reference/lib/fop-0.95/fop.bat @@ -6,7 +6,7 @@ REM The ASF licenses this file to You under the Apache License, Version 2.0 REM (the "License"); you may not use this file except in compliance with REM the License. You may obtain a copy of the License at REM -REM http://www.apache.org/licenses/LICENSE-2.0 +REM https://www.apache.org/licenses/LICENSE-2.0 REM REM Unless required by applicable law or agreed to in writing, software REM distributed under the License is distributed on an "AS IS" BASIS,