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

rbowen pushed a commit to branch rbowen-www
in repository https://gitbox.apache.org/repos/asf/steve.git

commit cc9fc5234aac44a7579940542d90cda9ca912939
Author: Rich Bowen <[email protected]>
AuthorDate: Fri Oct 10 08:30:58 2025 -0400

    Fix links to apache.org
---
 site/theme/templates/index.html | 4 ++--
 site/theme/templates/page.html  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/site/theme/templates/index.html b/site/theme/templates/index.html
index 44209d6..b535497 100644
--- a/site/theme/templates/index.html
+++ b/site/theme/templates/index.html
@@ -14,7 +14,7 @@
                 <li><a href="dev/index.html">Developer Information</a></li>
                 <li><a href="documentation.html">Documentation</a></li>
                 <li><a href="downloads.html">Downloads</a></li>
-                <li><a href="asf.html">About Apache</a></li>
+                <li><a href="https://apache.org/";>About Apache</a></li>
             </ul>
         </nav>
         <div id="contents">
@@ -29,7 +29,7 @@
             </p>
         </div>
         <footer>
-            Copyright&copy; 2013-2022 the Apache Software Foundation. Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0";>Apache License, 
Version 2.0</a> | <a 
href="https://privacy.apache.org/policies/privacy-policy-public.html";>Privacy 
Policy</a><br>
+            Copyright&copy; 2013-2025 the Apache Software Foundation. Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0";>Apache License, 
Version 2.0</a> | <a 
href="https://privacy.apache.org/policies/privacy-policy-public.html";>Privacy 
Policy</a><br>
             Apache STeVe, Apache, the Apache feather logo, and the Apache 
STeVe project logo are trademarks of The Apache Software Foundation.
             All other marks mentioned may be trademarks or registered 
trademarks of their respective owners.
         </footer>
diff --git a/site/theme/templates/page.html b/site/theme/templates/page.html
index dfdd8b9..5bc614e 100644
--- a/site/theme/templates/page.html
+++ b/site/theme/templates/page.html
@@ -14,7 +14,7 @@
                 <li><a href="develop.html">Developer Information</a></li>
                 <li><a href="documentation.html">Documentation</a></li>
                 <li><a href="downloads.html">Downloads</a></li>
-                <li><a href="asf.html">About Apache</a></li>
+                <li><a href="https://apache.org/";>About Apache</a></li>
             </ul>
         </nav>
         <div id="contents">
@@ -32,7 +32,7 @@
             {% endif %}
         </div>
         <footer>
-            Copyright&copy; 2013-2022 the Apache Software Foundation. Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0";>Apache License, 
Version 2.0</a> | <a 
href="https://privacy.apache.org/policies/privacy-policy-public.html";>Privacy 
Policy</a><br>
+            Copyright&copy; 2013-2025 the Apache Software Foundation. Licensed 
under the <a href="http://www.apache.org/licenses/LICENSE-2.0";>Apache License, 
Version 2.0</a> | <a 
href="https://privacy.apache.org/policies/privacy-policy-public.html";>Privacy 
Policy</a><br>
             Apache STeVe, Apache, the Apache feather logo, and the Apache 
STeVe project logo are trademarks of The Apache Software Foundation.
             All other marks mentioned may be trademarks or registered 
trademarks of their respective owners.
         </footer>

Reply via email to