From 62d1e4937c6e65b1f22dec4a97deb7a52a37b68d Mon Sep 17 00:00:00 2001 From: David Baker Date: Wed, 15 Jul 2020 19:58:34 +0100 Subject: [PATCH 1/2] Fix hosting signup link Fixes https://github.com/vector-im/riot-web/issues/14500 --- element.io/app/config.json | 2 +- element.io/develop/config.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/element.io/app/config.json b/element.io/app/config.json index 30d4a2e44d..d87222349c 100644 --- a/element.io/app/config.json +++ b/element.io/app/config.json @@ -10,7 +10,7 @@ "https://scalar-staging.vector.im/api", "https://scalar-staging.riot.im/scalar/api" ], - "hosting_signup_link": "https://modular.im/services/matrix-hosting-riot?utm_source=riot-web&utm_medium=web", + "hosting_signup_link": "https://element.io/matrix-services?utm_source=riot-web&utm_medium=web", "bug_report_endpoint_url": "https://riot.im/bugreports/submit", "features": { }, diff --git a/element.io/develop/config.json b/element.io/develop/config.json index 282cfde123..927126b9ae 100644 --- a/element.io/develop/config.json +++ b/element.io/develop/config.json @@ -10,7 +10,7 @@ "https://scalar-staging.vector.im/api", "https://scalar-staging.riot.im/scalar/api" ], - "hosting_signup_link": "https://modular.im/services/matrix-hosting-riot?utm_source=riot-web&utm_medium=web", + "hosting_signup_link": "https://element.io/matrix-services?utm_source=riot-web&utm_medium=web", "bug_report_endpoint_url": "https://riot.im/bugreports/submit", "features": { "feature_new_spinner": "labs", From 1a49459b81d0f23f570752947bcfeb0600b530ce Mon Sep 17 00:00:00 2001 From: David Baker Date: Wed, 15 Jul 2020 20:04:17 +0100 Subject: [PATCH 2/2] Apparently we have changed this --- element.io/app/config.json | 2 +- element.io/develop/config.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/element.io/app/config.json b/element.io/app/config.json index d87222349c..667acc9ccd 100644 --- a/element.io/app/config.json +++ b/element.io/app/config.json @@ -10,7 +10,7 @@ "https://scalar-staging.vector.im/api", "https://scalar-staging.riot.im/scalar/api" ], - "hosting_signup_link": "https://element.io/matrix-services?utm_source=riot-web&utm_medium=web", + "hosting_signup_link": "https://element.io/matrix-services?utm_source=element-web&utm_medium=web", "bug_report_endpoint_url": "https://riot.im/bugreports/submit", "features": { }, diff --git a/element.io/develop/config.json b/element.io/develop/config.json index 927126b9ae..5135fa796e 100644 --- a/element.io/develop/config.json +++ b/element.io/develop/config.json @@ -10,7 +10,7 @@ "https://scalar-staging.vector.im/api", "https://scalar-staging.riot.im/scalar/api" ], - "hosting_signup_link": "https://element.io/matrix-services?utm_source=riot-web&utm_medium=web", + "hosting_signup_link": "https://element.io/matrix-services?utm_source=element-web&utm_medium=web", "bug_report_endpoint_url": "https://riot.im/bugreports/submit", "features": { "feature_new_spinner": "labs",