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

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


The following commit(s) were added to refs/heads/main by this push:
     new c33dae4b94 Update privacy policy to directly link to ASF privacy 
policy (#1259)
c33dae4b94 is described below

commit c33dae4b94ce88e9efea9aea10f6d3a869a818dd
Author: Jarek Potiuk <[email protected]>
AuthorDate: Mon Oct 27 11:19:42 2025 +0100

    Update privacy policy to directly link to ASF privacy policy (#1259)
    
    Fixes: #1256
---
 landing-pages/site/config.toml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/landing-pages/site/config.toml b/landing-pages/site/config.toml
index 50b2e8ad33..c3dc44f359 100644
--- a/landing-pages/site/config.toml
+++ b/landing-pages/site/config.toml
@@ -145,8 +145,8 @@ no = 'Sorry to hear that. Please <a 
href="https://github.com/USERNAME/REPOSITORY
     name = "Security"
     url = "https://www.apache.org/security/";
 [[params.links.policies]]
-    name = "Privacy notice"
-    url = "/privacy-notice/"
+    name = "Privacy"
+    url = "https://privacy.apache.org/policies/privacy-policy-public.html";
 [[params.links.policies]]
     name = "Code of Conduct"
     url = "/code-of-conduct/"

Reply via email to