This is an automated email from the ASF dual-hosted git repository. ilgrosso pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/syncope.git
commit ff8cb4a31fc31f6c54f16141d0dffc83356cce4b Author: Francesco Chicchiriccò <[email protected]> AuthorDate: Tue Nov 5 09:55:55 2024 +0100 Adding mandatory link to ASF privacy policy --- src/site/site.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/site/site.xml b/src/site/site.xml index 17d9ce100c..5cc0c2ff1d 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -81,6 +81,7 @@ under the License. <item name="How Apache Works" href="https://www.apache.org/foundation/how-it-works"/> <item name="Foundation" href="https://www.apache.org/foundation/"/> <item name="Sponsoring Apache" href="https://www.apache.org/foundation/sponsorship"/> + <item name="Privacy Policy" href="https://privacy.apache.org/policies/privacy-policy-public.html"/> <item name="Thanks" href="https://www.apache.org/foundation/thanks"/> </menu>
