From d93d2e94ed6c2de648b3cee92dab82bff6d20d9a Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Fri, 7 Aug 2020 10:59:45 +0100 Subject: [PATCH] Update bug report submission URL Part of https://github.com/vector-im/element-web/issues/14892 --- config.sample.json | 2 +- element.io/app/config.json | 2 +- element.io/develop/config.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config.sample.json b/config.sample.json index 10710362da..662865c041 100644 --- a/config.sample.json +++ b/config.sample.json @@ -22,7 +22,7 @@ "https://scalar-staging.vector.im/api", "https://scalar-staging.riot.im/scalar/api" ], - "bug_report_endpoint_url": "https://riot.im/bugreports/submit", + "bug_report_endpoint_url": "https://element.io/bugreports/submit", "defaultCountryCode": "GB", "showLabsSettings": false, "features": { diff --git a/element.io/app/config.json b/element.io/app/config.json index 667acc9ccd..f0532623f0 100644 --- a/element.io/app/config.json +++ b/element.io/app/config.json @@ -11,7 +11,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": { }, "piwik": { diff --git a/element.io/develop/config.json b/element.io/develop/config.json index 5135fa796e..6655bf1f22 100644 --- a/element.io/develop/config.json +++ b/element.io/develop/config.json @@ -11,7 +11,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",