This is an automated email from the ASF dual-hosted git repository.
exceptionfactory pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi-site.git
The following commit(s) were added to refs/heads/main by this push:
new c7dea00c Replaced Apache Security links with Project Security Links
(#85)
c7dea00c is described below
commit c7dea00c0a0249a1a07db805736d8040e8e0fbef
Author: Arnout Engelen <[email protected]>
AuthorDate: Tue Mar 12 16:43:16 2024 +0100
Replaced Apache Security links with Project Security Links (#85)
---
config.toml | 6 ------
themes/nifi/layouts/partials/footer.html | 2 +-
2 files changed, 1 insertion(+), 7 deletions(-)
diff --git a/config.toml b/config.toml
index 0265fc52..17049d07 100644
--- a/config.toml
+++ b/config.toml
@@ -102,12 +102,6 @@ minifiCppPreviousProjectVersionReleased = "2023-04-17"
parent = 'Apache'
[menu.main.params]
external = true
- [[menu.main]]
- name = 'Security'
- url = 'https://www.apache.org/security/'
- parent = 'Apache'
- [menu.main.params]
- external = true
[[menu.main]]
name = 'Sponsorship'
url = 'https://www.apache.org/foundation/sponsorship.html'
diff --git a/themes/nifi/layouts/partials/footer.html
b/themes/nifi/layouts/partials/footer.html
index bf1e0643..e5af9fa6 100644
--- a/themes/nifi/layouts/partials/footer.html
+++ b/themes/nifi/layouts/partials/footer.html
@@ -26,6 +26,7 @@
<li><a href="https://github.com/apache/nifi">Source</a></li>
<li><a
href="https://www.linkedin.com/company/apache-nifi/">LinkedIn</a></li>
<li><a
href="https://join.slack.com/t/apachenifi/shared_invite/zt-2ccusmst2-l2KrTzJLrGcHOO0V7~XD4g">Slack</a></li>
+ <li><a
href="https://nifi.apache.org/documentation/security/">Security</a></li>
</ul>
</div>
<div class="uk-width-1-4@m">
@@ -34,7 +35,6 @@
<li><a href="https://www.apache.org/licenses/">License</a></li>
<li><a
href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy</a></li>
<li><a
href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
- <li><a href="https://www.apache.org/security/">Security</a></li>
<li><a
href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
</ul>
</div>