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

sebb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/comdev-people.git


The following commit(s) were added to refs/heads/main by this push:
     new 43a8a0e  Fix references
43a8a0e is described below

commit 43a8a0e3b9b58ceea83b75ae76e1370f7dda6076
Author: Sebb <s...@apache.org>
AuthorDate: Thu Sep 11 15:44:01 2025 +0100

    Fix references
---
 html/index.html                 | 4 ++--
 html/keys/index.html            | 2 +-
 html/phonebook-about.html       | 4 ++--
 html/phonebook.html             | 2 +-
 html/unlistedclas.html          | 2 +-
 tools/committer-index.ezt       | 2 +-
 tools/committers-by-project.ezt | 2 +-
 7 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/html/index.html b/html/index.html
index d2556a3..f19e319 100644
--- a/html/index.html
+++ b/html/index.html
@@ -185,7 +185,7 @@
     </style>
   </head>
   <body>
-    <img src='img/asf_logo_small.png' alt='Apache feather logo with text' 
style='text-align:center;'/><br/>
+    <img src='img/asf_logo_small.png' alt='Apache logo with text' 
style='text-align:center;'/><br/>
     <h2>Welcome to people.apache.org</h2>
     <p style='text-align: center;'>We're working on a new front page for this 
machine, stay tuned!</p>
     <p>In the meantime, you can check out:</p>
@@ -207,7 +207,7 @@
   Here is the <a href="https://github.com/apache/comdev-people";>code</a>.
   <br/>
   Copyright&copy; 2024, the Apache Software Foundation. Licensed under the <a 
rel="license" href="http://www.apache.org/licenses/LICENSE-2.0";>Apache License, 
Version 2.0</a><br/>
-  Apache&reg; and the multicolor feather logo are <a 
href="https://www.apache.org/foundation/marks/list/";>trademarks</a> of The 
Apache Software Foundation.
+  Apache&reg; and the Apache logo are <a 
href="https://www.apache.org/foundation/marks/list/";>trademarks</a> of The 
Apache Software Foundation.
 </div>
   </body>
 </html>
diff --git a/html/keys/index.html b/html/keys/index.html
index c08325c..4a4ef23 100644
--- a/html/keys/index.html
+++ b/html/keys/index.html
@@ -8,7 +8,7 @@
     <style> ul, li { cursor: default; } </style>
 </head>
 <body>
-   <h1><img src='../img/asf_logo_small.png' alt='Apache feather logo with 
text' style='vertical-align: middle;'/> Public key files</h1>
+   <h1><img src='../img/asf_logo_small.png' alt='Apache logo with text' 
style='vertical-align: middle;'/> Public key files</h1>
 <!-- Text is difficult to read if the lines are too long -->
 <div style="max-width: 90ch;">
 <p>
diff --git a/html/phonebook-about.html b/html/phonebook-about.html
index 7ade8f2..05c9ab2 100644
--- a/html/phonebook-about.html
+++ b/html/phonebook-about.html
@@ -10,7 +10,7 @@
   </head>
 
   <body>
-   <h1><img src='img/asf_logo_small.png' alt='Apache feather logo with text' 
style='vertical-align: middle;'/><a href="phonebook.html">Apache Phone Book 
application</a></h1>
+   <h1><img src='img/asf_logo_small.png' alt='Apache logo with text' 
style='vertical-align: middle;'/><a href="phonebook.html">Apache Phone Book 
application</a></h1>
   <h2>About</h2>
   <p>
   This application shows the membership of PMCs and various LDAP groups used 
for granting karma. It can also show the groups to which a person belongs. 
@@ -81,7 +81,7 @@
   <pre style="border:1px solid #999; padding: 12px; margin: 1em 7px 1em 
7px;">git clone <a 
href="https://github.com/apache/comdev-people";>https://github.com/apache/comdev-people</a></pre>
     <div id="footer">
      Copyright&copy; 2024, the Apache Software Foundation. Licensed under the 
<a href="http://www.apache.org/licenses/LICENSE-2.0";>Apache License, Version 
2.0</a><br/>
-     Apache and the Apache feather logo are trademarks of The Apache Software 
Foundation.
+     Apache and the Apache logo are trademarks of The Apache Software 
Foundation.
     </div>
   </body>
 </html>
diff --git a/html/phonebook.html b/html/phonebook.html
index 2e633c7..2006501 100644
--- a/html/phonebook.html
+++ b/html/phonebook.html
@@ -12,7 +12,7 @@
     <link href="css/phonebook.css" rel="stylesheet" media="all">
   </head>
   <body onload="preRender()">
-   <h1><img src='img/asf_logo_small.png' alt='Apache feather logo with text' 
style='vertical-align: middle;'/> Apache committer and project index</h1>
+   <h1><img src='img/asf_logo_small.png' alt='Apache logo with text' 
style='vertical-align: middle;'/> Apache committer and project index</h1>
    <div id="search">
     <table>
     <thead>
diff --git a/html/unlistedclas.html b/html/unlistedclas.html
index 2a23b9a..e939c14 100644
--- a/html/unlistedclas.html
+++ b/html/unlistedclas.html
@@ -12,7 +12,7 @@
     <link href="css/phonebook.css" rel="stylesheet" media="all">
   </head>
   <body>
-   <h1><img src='img/asf_logo_small.png' alt='Apache feather logo with text' 
style='width: 200px; height: 61px; vertical-align: middle;'/> Persons with 
signed CLAs but who are not (yet) committers.</h1>
+   <h1><img src='img/asf_logo_small.png' alt='Apache logo with text' 
style='width: 200px; height: 61px; vertical-align: middle;'/> Persons with 
signed CLAs but who are not (yet) committers.</h1>
    <p>
    The information has moved - please see the Whimsy <a 
href="https://whimsy.apache.org/officers/unlistedclas.cgi";>unlisted CLA 
finder</a> page
    </p>
diff --git a/tools/committer-index.ezt b/tools/committer-index.ezt
index 4588ff9..b65d6e2 100644
--- a/tools/committer-index.ezt
+++ b/tools/committer-index.ezt
@@ -6,7 +6,7 @@
 </head>
 <body>
 <div id="content">
-<h1><img src='img/asf_logo_small.png' alt='Apache feather logo with text' 
style='vertical-align: middle;'/> ASF Committers by ID</h1>
+<h1><img src='img/asf_logo_small.png' alt='Apache logo with text' 
style='vertical-align: middle;'/> ASF Committers by ID</h1>
 <p>
       This page lists all known committers by login ID.
       Each entry shows the full name and any LDAP groups / SVN groups to which 
the committer belongs.
diff --git a/tools/committers-by-project.ezt b/tools/committers-by-project.ezt
index 9308e24..cf93813 100644
--- a/tools/committers-by-project.ezt
+++ b/tools/committers-by-project.ezt
@@ -12,7 +12,7 @@
 </head>
 <body>
 <div id="content">
-<h1><img src='img/asf_logo_small.png' alt='Apache feather logo with text' 
style='vertical-align: middle;'/> ASF Committers by auth group</h1>
+<h1><img src='img/asf_logo_small.png' alt='Apache logo with text' 
style='vertical-align: middle;'/> ASF Committers by auth group</h1>
 <p>
   This page lists all LDAP groups and the SVN authorization groups found in
   the SVN authorization file, and shows the membership of the corresponding 
groups.

Reply via email to