aboutsummaryrefslogtreecommitdiffstats
path: root/en/about/policies
diff options
context:
space:
mode:
Diffstat (limited to 'en/about/policies')
-rw-r--r--en/about/policies/index.php3
-rw-r--r--en/about/policies/privacy/index.php3
2 files changed, 6 insertions, 0 deletions
diff --git a/en/about/policies/index.php b/en/about/policies/index.php
new file mode 100644
index 000000000..e243ffa6c
--- /dev/null
+++ b/en/about/policies/index.php
@@ -0,0 +1,3 @@
+<?php
+header('Location: https://wiki.mageia.org/en/Policies');
+die;
diff --git a/en/about/policies/privacy/index.php b/en/about/policies/privacy/index.php
new file mode 100644
index 000000000..45d7dbb5f
--- /dev/null
+++ b/en/about/policies/privacy/index.php
@@ -0,0 +1,3 @@
+<?php
+header('Location: https://wiki.mageia.org/en/Privacy_policy');
+die;