This is an automated email from the ASF dual-hosted git repository.

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-numbers.git

commit 52c0d0af43aedf3f83b9953edac8b64a31383fa7
Author: aherbert <aherb...@apache.org>
AuthorDate: Fri Oct 14 17:13:45 2022 +0100

    Use a full URL allows a correct banner for the modules.
---
 commons-numbers-angle/src/site/site.xml           | 5 +++--
 commons-numbers-arrays/src/site/site.xml          | 5 +++--
 commons-numbers-combinatorics/src/site/site.xml   | 5 +++--
 commons-numbers-complex-streams/src/site/site.xml | 5 +++--
 commons-numbers-complex/src/site/site.xml         | 5 +++--
 commons-numbers-core/src/site/site.xml            | 5 +++--
 commons-numbers-field/src/site/site.xml           | 5 +++--
 commons-numbers-fraction/src/site/site.xml        | 5 +++--
 commons-numbers-gamma/src/site/site.xml           | 5 +++--
 commons-numbers-primes/src/site/site.xml          | 5 +++--
 commons-numbers-quaternion/src/site/site.xml      | 5 +++--
 commons-numbers-rootfinder/src/site/site.xml      | 5 +++--
 12 files changed, 36 insertions(+), 24 deletions(-)

diff --git a/commons-numbers-angle/src/site/site.xml 
b/commons-numbers-angle/src/site/site.xml
index 88dd73a4..e404cae1 100644
--- a/commons-numbers-angle/src/site/site.xml
+++ b/commons-numbers-angle/src/site/site.xml
@@ -18,8 +18,9 @@
 <project name="Numbers">
   <bannerRight>
     <name>Apache Commons Numbers</name>
-    <src>/images/commons_numbers.small.png</src>
-    <href>/index.html</href>
+    <!-- Use a full URL allows a correct banner for the modules. -->
+    
<src>https://commons.apache.org/proper/commons-numbers/images/commons_numbers.small.png</src>
+    <href>https://commons.apache.org/proper/commons-numbers/index.html</href>
   </bannerRight>
 
   <body>
diff --git a/commons-numbers-arrays/src/site/site.xml 
b/commons-numbers-arrays/src/site/site.xml
index 5efbefbf..f4ea4ce9 100644
--- a/commons-numbers-arrays/src/site/site.xml
+++ b/commons-numbers-arrays/src/site/site.xml
@@ -18,8 +18,9 @@
 <project name="Numbers">
   <bannerRight>
     <name>Apache Commons Numbers</name>
-    <src>/images/commons_numbers.small.png</src>
-    <href>/index.html</href>
+    <!-- Use a full URL allows a correct banner for the modules. -->
+    
<src>https://commons.apache.org/proper/commons-numbers/images/commons_numbers.small.png</src>
+    <href>https://commons.apache.org/proper/commons-numbers/index.html</href>
   </bannerRight>
 
   <body>
diff --git a/commons-numbers-combinatorics/src/site/site.xml 
b/commons-numbers-combinatorics/src/site/site.xml
index 0f1fd2d2..0d968268 100644
--- a/commons-numbers-combinatorics/src/site/site.xml
+++ b/commons-numbers-combinatorics/src/site/site.xml
@@ -18,8 +18,9 @@
 <project name="Numbers">
   <bannerRight>
     <name>Apache Commons Numbers</name>
-    <src>/images/commons_numbers.small.png</src>
-    <href>/index.html</href>
+    <!-- Use a full URL allows a correct banner for the modules. -->
+    
<src>https://commons.apache.org/proper/commons-numbers/images/commons_numbers.small.png</src>
+    <href>https://commons.apache.org/proper/commons-numbers/index.html</href>
   </bannerRight>
 
   <body>
diff --git a/commons-numbers-complex-streams/src/site/site.xml 
b/commons-numbers-complex-streams/src/site/site.xml
index 5a61c398..b788a378 100644
--- a/commons-numbers-complex-streams/src/site/site.xml
+++ b/commons-numbers-complex-streams/src/site/site.xml
@@ -18,8 +18,9 @@
 <project name="Numbers">
   <bannerRight>
     <name>Apache Commons Numbers</name>
-    <src>/images/commons_numbers.small.png</src>
-    <href>/index.html</href>
+    <!-- Use a full URL allows a correct banner for the modules. -->
+    
<src>https://commons.apache.org/proper/commons-numbers/images/commons_numbers.small.png</src>
+    <href>https://commons.apache.org/proper/commons-numbers/index.html</href>
   </bannerRight>
 
   <body>
diff --git a/commons-numbers-complex/src/site/site.xml 
b/commons-numbers-complex/src/site/site.xml
index b7bd19e1..7cddab35 100644
--- a/commons-numbers-complex/src/site/site.xml
+++ b/commons-numbers-complex/src/site/site.xml
@@ -18,8 +18,9 @@
 <project name="Numbers">
   <bannerRight>
     <name>Apache Commons Numbers</name>
-    <src>/images/commons_numbers.small.png</src>
-    <href>/index.html</href>
+    <!-- Use a full URL allows a correct banner for the modules. -->
+    
<src>https://commons.apache.org/proper/commons-numbers/images/commons_numbers.small.png</src>
+    <href>https://commons.apache.org/proper/commons-numbers/index.html</href>
   </bannerRight>
 
   <body>
diff --git a/commons-numbers-core/src/site/site.xml 
b/commons-numbers-core/src/site/site.xml
index 2d099c74..96513336 100644
--- a/commons-numbers-core/src/site/site.xml
+++ b/commons-numbers-core/src/site/site.xml
@@ -18,8 +18,9 @@
 <project name="Numbers">
   <bannerRight>
     <name>Apache Commons Numbers</name>
-    <src>/images/commons_numbers.small.png</src>
-    <href>/index.html</href>
+    <!-- Use a full URL allows a correct banner for the modules. -->
+    
<src>https://commons.apache.org/proper/commons-numbers/images/commons_numbers.small.png</src>
+    <href>https://commons.apache.org/proper/commons-numbers/index.html</href>
   </bannerRight>
 
   <body>
diff --git a/commons-numbers-field/src/site/site.xml 
b/commons-numbers-field/src/site/site.xml
index e46aa33e..bfdbc9c1 100644
--- a/commons-numbers-field/src/site/site.xml
+++ b/commons-numbers-field/src/site/site.xml
@@ -18,8 +18,9 @@
 <project name="Numbers">
   <bannerRight>
     <name>Apache Commons Numbers</name>
-    <src>/images/commons_numbers.small.png</src>
-    <href>/index.html</href>
+    <!-- Use a full URL allows a correct banner for the modules. -->
+    
<src>https://commons.apache.org/proper/commons-numbers/images/commons_numbers.small.png</src>
+    <href>https://commons.apache.org/proper/commons-numbers/index.html</href>
   </bannerRight>
 
   <body>
diff --git a/commons-numbers-fraction/src/site/site.xml 
b/commons-numbers-fraction/src/site/site.xml
index aa59d6e1..c9866cb6 100644
--- a/commons-numbers-fraction/src/site/site.xml
+++ b/commons-numbers-fraction/src/site/site.xml
@@ -18,8 +18,9 @@
 <project name="Fraction">
   <bannerRight>
     <name>Apache Commons Numbers</name>
-    <src>/images/commons_numbers.small.png</src>
-    <href>/index.html</href>
+    <!-- Use a full URL allows a correct banner for the modules. -->
+    
<src>https://commons.apache.org/proper/commons-numbers/images/commons_numbers.small.png</src>
+    <href>https://commons.apache.org/proper/commons-numbers/index.html</href>
   </bannerRight>
 
   <body>
diff --git a/commons-numbers-gamma/src/site/site.xml 
b/commons-numbers-gamma/src/site/site.xml
index b6c9fccf..db5ac5c1 100644
--- a/commons-numbers-gamma/src/site/site.xml
+++ b/commons-numbers-gamma/src/site/site.xml
@@ -18,8 +18,9 @@
 <project name="Numbers">
   <bannerRight>
     <name>Apache Commons Numbers</name>
-    <src>/images/commons_numbers.small.png</src>
-    <href>/index.html</href>
+    <!-- Use a full URL allows a correct banner for the modules. -->
+    
<src>https://commons.apache.org/proper/commons-numbers/images/commons_numbers.small.png</src>
+    <href>https://commons.apache.org/proper/commons-numbers/index.html</href>
   </bannerRight>
 
   <body>
diff --git a/commons-numbers-primes/src/site/site.xml 
b/commons-numbers-primes/src/site/site.xml
index f9f05d44..31866df5 100644
--- a/commons-numbers-primes/src/site/site.xml
+++ b/commons-numbers-primes/src/site/site.xml
@@ -18,8 +18,9 @@
 <project name="Numbers">
   <bannerRight>
     <name>Apache Commons Numbers</name>
-    <src>/images/commons_numbers.small.png</src>
-    <href>/index.html</href>
+    <!-- Use a full URL allows a correct banner for the modules. -->
+    
<src>https://commons.apache.org/proper/commons-numbers/images/commons_numbers.small.png</src>
+    <href>https://commons.apache.org/proper/commons-numbers/index.html</href>
   </bannerRight>
 
   <body>
diff --git a/commons-numbers-quaternion/src/site/site.xml 
b/commons-numbers-quaternion/src/site/site.xml
index 94eee6f0..d842ec6c 100644
--- a/commons-numbers-quaternion/src/site/site.xml
+++ b/commons-numbers-quaternion/src/site/site.xml
@@ -18,8 +18,9 @@
 <project name="Numbers">
   <bannerRight>
     <name>Apache Commons Numbers</name>
-    <src>/images/commons_numbers.small.png</src>
-    <href>/index.html</href>
+    <!-- Use a full URL allows a correct banner for the modules. -->
+    
<src>https://commons.apache.org/proper/commons-numbers/images/commons_numbers.small.png</src>
+    <href>https://commons.apache.org/proper/commons-numbers/index.html</href>
   </bannerRight>
 
   <body>
diff --git a/commons-numbers-rootfinder/src/site/site.xml 
b/commons-numbers-rootfinder/src/site/site.xml
index d34ec10c..ab8caccb 100644
--- a/commons-numbers-rootfinder/src/site/site.xml
+++ b/commons-numbers-rootfinder/src/site/site.xml
@@ -18,8 +18,9 @@
 <project name="Numbers">
   <bannerRight>
     <name>Apache Commons Numbers</name>
-    <src>/images/commons_numbers.small.png</src>
-    <href>/index.html</href>
+    <!-- Use a full URL allows a correct banner for the modules. -->
+    
<src>https://commons.apache.org/proper/commons-numbers/images/commons_numbers.small.png</src>
+    <href>https://commons.apache.org/proper/commons-numbers/index.html</href>
   </bannerRight>
 
   <body>

Reply via email to