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

mawiesne pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opennlp-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 76400621 adjusts menu.ftl with new entry for 'License' as suggested by 
recent ASF website checks for OpenNLP project
76400621 is described below

commit 76400621ee3d7b57b440c6baba0d1f5aba5b9b80
Author: Martin Wiesner <[email protected]>
AuthorDate: Wed Jan 22 12:27:51 2025 +0100

    adjusts menu.ftl with new entry for 'License' as suggested by recent ASF 
website checks for OpenNLP project
---
 src/main/jbake/templates/menu.ftl | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/main/jbake/templates/menu.ftl 
b/src/main/jbake/templates/menu.ftl
index 1c2eb16f..9573f955 100755
--- a/src/main/jbake/templates/menu.ftl
+++ b/src/main/jbake/templates/menu.ftl
@@ -87,6 +87,7 @@
                     <a href="#" class="dropdown-toggle" 
data-toggle="dropdown"><span class="glyphicon glyphicon-leaf"></span> ASF <b 
class="caret"></b></a>
                     <ul class="dropdown-menu">
                         <li><a href="https://www.apache.org/"; 
target="_blank">The Apache Software Foundation</a></li>
+                        <li><a href="https://www.apache.org/licenses"; 
target="_blank">License</a></li>
                         <li><a 
href="https://www.apache.org/foundation/policies/conduct"; target="_blank">Code 
of Conduct</a></li>
                         <li><a 
href="https://www.apache.org/foundation/thanks.html"; 
target="_blank">Thanks</a></li>
                         <li><a href="https://www.apache.org/security/"; 
target="_blank">Security</a></li>

Reply via email to