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",