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

adityasharma pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/roller-website.git


The following commit(s) were added to refs/heads/master by this push:
     new a8c3f51  [ROL-2148] Improved: Added the expected Security  link on the 
website as per the Apache guidelines
     new 119a596  Merge pull request #5 from swapnilmmane/master
a8c3f51 is described below

commit a8c3f51687950932f380f9613e8650f1653e0166
Author: Swapnil M Mane <swapnil.m...@hotwaxsystems.com>
AuthorDate: Wed Aug 14 13:13:45 2019 +0530

    [ROL-2148] Improved: Added the expected Security
     link on the website as per the Apache guidelines
    
    Fixed the issues [1] reported by the Apache Whimsy's TLP Website Checks 
tool on Roller website.
    
    [1] https://whimsy.apache.org/site/project/roller
---
 content/downloads/downloads.html            | 1 +
 content/getinvolved/edit_website.html       | 1 +
 content/index.html                          | 1 +
 content/project/whoweare.html               | 1 +
 sources/src/main/jbake/templates/header.ftl | 1 +
 5 files changed, 5 insertions(+)

diff --git a/content/downloads/downloads.html b/content/downloads/downloads.html
index 5e4f728..57838cd 100644
--- a/content/downloads/downloads.html
+++ b/content/downloads/downloads.html
@@ -69,6 +69,7 @@
                         <li><a 
href="https://www.apache.org/foundation/sponsorship.html"; 
target="external">Sponsorship</a></li>
                         <li><a 
href="https://www.apache.org/foundation/thanks.html"; 
target="external">Thanks</a></li>
                         <li><a href="https://www.apache.org/licenses/"; 
target="external">License</a></li>
+                        <li><a href="https://www.apache.org/security/"; 
target="external">Security</a></li>
                     </ul>
                 </li>
             </ul>
diff --git a/content/getinvolved/edit_website.html 
b/content/getinvolved/edit_website.html
index 5895ab0..3a979f7 100644
--- a/content/getinvolved/edit_website.html
+++ b/content/getinvolved/edit_website.html
@@ -69,6 +69,7 @@
                         <li><a 
href="https://www.apache.org/foundation/sponsorship.html"; 
target="external">Sponsorship</a></li>
                         <li><a 
href="https://www.apache.org/foundation/thanks.html"; 
target="external">Thanks</a></li>
                         <li><a href="https://www.apache.org/licenses/"; 
target="external">License</a></li>
+                        <li><a href="https://www.apache.org/security/"; 
target="external">Security</a></li>
                     </ul>
                 </li>
             </ul>
diff --git a/content/index.html b/content/index.html
index edc0ce4..605154e 100644
--- a/content/index.html
+++ b/content/index.html
@@ -69,6 +69,7 @@
                         <li><a 
href="https://www.apache.org/foundation/sponsorship.html"; 
target="external">Sponsorship</a></li>
                         <li><a 
href="https://www.apache.org/foundation/thanks.html"; 
target="external">Thanks</a></li>
                         <li><a href="https://www.apache.org/licenses/"; 
target="external">License</a></li>
+                        <li><a href="https://www.apache.org/security/"; 
target="external">Security</a></li>
                     </ul>
                 </li>
             </ul>
diff --git a/content/project/whoweare.html b/content/project/whoweare.html
index f638a88..a68e4de 100644
--- a/content/project/whoweare.html
+++ b/content/project/whoweare.html
@@ -69,6 +69,7 @@
                         <li><a 
href="https://www.apache.org/foundation/sponsorship.html"; 
target="external">Sponsorship</a></li>
                         <li><a 
href="https://www.apache.org/foundation/thanks.html"; 
target="external">Thanks</a></li>
                         <li><a href="https://www.apache.org/licenses/"; 
target="external">License</a></li>
+                        <li><a href="https://www.apache.org/security/"; 
target="external">Security</a></li>
                     </ul>
                 </li>
             </ul>
diff --git a/sources/src/main/jbake/templates/header.ftl 
b/sources/src/main/jbake/templates/header.ftl
index 46ca3a6..1abf0c4 100644
--- a/sources/src/main/jbake/templates/header.ftl
+++ b/sources/src/main/jbake/templates/header.ftl
@@ -69,6 +69,7 @@
                         <li><a 
href="https://www.apache.org/foundation/sponsorship.html"; 
target="external">Sponsorship</a></li>
                         <li><a 
href="https://www.apache.org/foundation/thanks.html"; 
target="external">Thanks</a></li>
                         <li><a href="https://www.apache.org/licenses/"; 
target="external">License</a></li>
+                        <li><a href="https://www.apache.org/security/"; 
target="external">Security</a></li>
                     </ul>
                 </li>
             </ul>

Reply via email to