From 36e4c3510fe35ca09f66215d8c548258e2ced3a4 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Tue, 17 Mar 2026 11:19:34 +0100 Subject: [PATCH 1/2] Update URLs to use HTTPS in site.xml --- docs/src/site/site.xml | 98 +++++++++++++++++++++--------------------- 1 file changed, 49 insertions(+), 49 deletions(-) diff --git a/docs/src/site/site.xml b/docs/src/site/site.xml index f489c0700af..e7ef366acc7 100644 --- a/docs/src/site/site.xml +++ b/docs/src/site/site.xml @@ -8,7 +8,7 @@ (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 "AS IS" BASIS, @@ -35,8 +35,8 @@ Ambari - http://ambari.apache.org/images/apache-ambari-project.png - http://ambari.apache.org/ + https://ambari.apache.org/images/apache-ambari-project.png + https://ambari.apache.org/ @@ -71,7 +71,7 @@ - + @@ -81,8 +81,8 @@ - - + + @@ -136,49 +136,49 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + From eb12224ad694179a7bd898aa247165d479d2da63 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Tue, 17 Mar 2026 11:22:58 +0100 Subject: [PATCH 2/2] revert license URL from HTTPS to HTTP --- docs/src/site/site.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/site/site.xml b/docs/src/site/site.xml index e7ef366acc7..b052697d210 100644 --- a/docs/src/site/site.xml +++ b/docs/src/site/site.xml @@ -8,7 +8,7 @@ (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - https://www.apache.org/licenses/LICENSE-2.0 + http://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,