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

joshtynjala pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/flex-utilities.git

commit 14c55bd270546a7c39fb873700007baae2bd486b
Author: Josh Tynjala <[email protected]>
AuthorDate: Thu Sep 4 13:48:25 2025 -0700

    installer: fix privacy policy URL
---
 flex-installer/installer/src/InstallApacheFlex.mxml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flex-installer/installer/src/InstallApacheFlex.mxml 
b/flex-installer/installer/src/InstallApacheFlex.mxml
index 5c82453a..b57eed91 100644
--- a/flex-installer/installer/src/InstallApacheFlex.mxml
+++ b/flex-installer/installer/src/InstallApacheFlex.mxml
@@ -4139,7 +4139,7 @@ variables are not required because the locations of these 
pieces are known.
         <s:Label fontFamily="openSansLightItalic" 
text="{_viewResourceConstants.INFO_TRACKING}"
                  styleName="linkText" maxDisplayedLines="2"
                  mouseOver="onMouseRoll(event)" mouseOut="onMouseRoll(event)"
-                 click="navigateToURL(new 
URLRequest('http://flex.apache.org/about-privacy.html'))"
+                 click="navigateToURL(new 
URLRequest('https://privacy.apache.org/policies/privacy-policy-public.html'))"
                  buttonMode="true"
                  useHandCursor="true"
                  mouseChildren="false"/>

Reply via email to