installer: fix privacy policy URL
diff --git a/flex-installer/installer/src/InstallApacheFlex.mxml b/flex-installer/installer/src/InstallApacheFlex.mxml
index 5c82453..b57eed9 100644
--- a/flex-installer/installer/src/InstallApacheFlex.mxml
+++ b/flex-installer/installer/src/InstallApacheFlex.mxml
@@ -4139,7 +4139,7 @@
         <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"/>