From 501611fa30c3b75ea004de1c03156b89f56bfa5d Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Fri, 7 Aug 2020 11:38:48 +0100 Subject: [PATCH] Update policy links to element.io Part of https://github.com/vector-im/element-web/issues/14904 --- element.io/nightly/config.json | 8 ++++---- element.io/release/config.json | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/element.io/nightly/config.json b/element.io/nightly/config.json index cb0a22d..c6f41d0 100644 --- a/element.io/nightly/config.json +++ b/element.io/nightly/config.json @@ -12,7 +12,7 @@ "https://scalar-staging.riot.im/scalar/api" ], "hosting_signup_link": "https://element.io/matrix-services?utm_source=element-web&utm_medium=web", - "bug_report_endpoint_url": "https://riot.im/bugreports/submit", + "bug_report_endpoint_url": "https://element.io/bugreports/submit", "features": { "feature_new_spinner": "labs", "feature_pinning": "labs", @@ -29,7 +29,7 @@ "piwik": { "url": "https://piwik.riot.im/", "siteId": 1, - "policyUrl": "https://matrix.org/legal/riot-im-cookie-policy" + "policyUrl": "https://element.io/cookie-policy" }, "roomDirectory": { "servers": [ @@ -42,11 +42,11 @@ }, "terms_and_conditions_links": [ { - "url": "https://riot.im/privacy", + "url": "https://element.io/privacy", "text": "Privacy Policy" }, { - "url": "https://matrix.org/legal/riot-im-cookie-policy", + "url": "https://element.io/cookie-policy", "text": "Cookie Policy" } ] diff --git a/element.io/release/config.json b/element.io/release/config.json index 38e3266..3d14aa6 100644 --- a/element.io/release/config.json +++ b/element.io/release/config.json @@ -21,7 +21,7 @@ "piwik": { "url": "https://piwik.riot.im/", "siteId": 1, - "policyUrl": "https://matrix.org/legal/riot-im-cookie-policy" + "policyUrl": "https://element.io/cookie-policy" }, "enable_presence_by_hs_url": { "https://matrix.org": false, @@ -29,11 +29,11 @@ }, "terms_and_conditions_links": [ { - "url": "https://riot.im/privacy", + "url": "https://element.io/privacy", "text": "Privacy Policy" }, { - "url": "https://matrix.org/legal/riot-im-cookie-policy", + "url": "https://element.io/cookie-policy", "text": "Cookie Policy" } ]