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

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


The following commit(s) were added to refs/heads/main-staging by this push:
     new f8baadf  NIFI-10263 Updated navigation License link
f8baadf is described below

commit f8baadfa47d78eedfafad82fad9a4f3308700d73
Author: exceptionfactory <[email protected]>
AuthorDate: Thu Jul 21 17:29:44 2022 -0500

    NIFI-10263 Updated navigation License link
---
 layouts/partials/disclaimer.html    | 2 +-
 layouts/partials/minifi-topbar.html | 2 +-
 layouts/partials/topbar.html        | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/layouts/partials/disclaimer.html b/layouts/partials/disclaimer.html
index 905d146..0204dc6 100644
--- a/layouts/partials/disclaimer.html
+++ b/layouts/partials/disclaimer.html
@@ -8,7 +8,7 @@
         </a>
         <div id="copyright">
             <p>Copyright &#169; {{ now.Year }} The Apache Software Foundation, 
Licensed under the <a
-                    href="https://www.apache.org/licenses";>Apache License, 
Version 2.0</a>.<br/>Apache, the
+                    href="https://www.apache.org/licenses/";>Apache License, 
Version 2.0</a>.<br/>Apache, the
                 Apache feather logo, NiFi, Apache NiFi and the project logo 
are trademarks of The Apache Software
                 Foundation.</p>
         </div>
diff --git a/layouts/partials/minifi-topbar.html 
b/layouts/partials/minifi-topbar.html
index 323b82a..4d5459e 100644
--- a/layouts/partials/minifi-topbar.html
+++ b/layouts/partials/minifi-topbar.html
@@ -20,7 +20,7 @@
                     <ul class="dropdown">
                         <li><a href="/index.html">Home</a></li>
                         <li><a href="https://blogs.apache.org/nifi/";><i 
class="fa fa-external-link external-link"></i>Apache NiFi Blog</a></li>
-                        <li><a 
href="https://www.apache.org/licenses/LICENSE-2.0";><i class="fa 
fa-external-link external-link"></i>License</a></li>
+                        <li><a href="https://www.apache.org/licenses/";><i 
class="fa fa-external-link external-link"></i>License</a></li>
                     </ul>
                 </li>
                 <li class="has-dropdown">
diff --git a/layouts/partials/topbar.html b/layouts/partials/topbar.html
index 32ca865..9e121c4 100644
--- a/layouts/partials/topbar.html
+++ b/layouts/partials/topbar.html
@@ -20,7 +20,7 @@
                     <ul class="dropdown">
                         <li><a href="index.html">Home</a></li>
                         <li><a href="https://blogs.apache.org/nifi/";><i 
class="fa fa-external-link external-link"></i>Apache NiFi Blog</a></li>
-                        <li><a 
href="https://www.apache.org/licenses/LICENSE-2.0";><i class="fa 
fa-external-link external-link"></i>License</a></li>
+                        <li><a href="https://www.apache.org/licenses/";><i 
class="fa fa-external-link external-link"></i>License</a></li>
                     </ul>
                 </li>
                 <li class="has-dropdown">

Reply via email to