NIFI-10263 Updated Privacy and License Links
diff --git a/layouts/partials/disclaimer.html b/layouts/partials/disclaimer.html
index 4e86114..905d146 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/LICENSE-2.0">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 f37d7f1..323b82a 100644
--- a/layouts/partials/minifi-topbar.html
+++ b/layouts/partials/minifi-topbar.html
@@ -67,6 +67,7 @@
                     <a href="#">ASF Links</a>
                     <ul class="dropdown">
                         <li><a href="https://www.apache.org"><i class="fa fa-external-link external-link"></i>Apache Software Foundation</a></li>
+                        <li><a href="https://privacy.apache.org/policies/privacy-policy-public.html"><i class="fa fa-external-link external-link"></i>Privacy Policy</a></li>
                         <li><a href="https://www.apache.org/foundation/sponsorship.html"><i class="fa fa-external-link external-link"></i>Sponsorship</a></li>
                         <li><a href="https://www.apache.org/security/"><i class="fa fa-external-link external-link"></i>Security</a></li>
                         <li><a href="https://www.apache.org/foundation/thanks.html"><i class="fa fa-external-link external-link"></i>Thanks</a></li>
diff --git a/layouts/partials/topbar.html b/layouts/partials/topbar.html
index e49c233..32ca865 100644
--- a/layouts/partials/topbar.html
+++ b/layouts/partials/topbar.html
@@ -68,6 +68,7 @@
                     <a href="#">ASF Links</a>
                     <ul class="dropdown">
                         <li><a href="https://www.apache.org"><i class="fa fa-external-link external-link"></i>Apache Software Foundation</a></li>
+                        <li><a href="https://privacy.apache.org/policies/privacy-policy-public.html"><i class="fa fa-external-link external-link"></i>Privacy Policy</a></li>
                         <li><a href="https://www.apache.org/foundation/sponsorship.html"><i class="fa fa-external-link external-link"></i>Sponsorship</a></li>
                         <li><a href="https://www.apache.org/security/"><i class="fa fa-external-link external-link"></i>Security</a></li>
                         <li><a href="https://www.apache.org/foundation/thanks.html"><i class="fa fa-external-link external-link"></i>Thanks</a></li>