Skip to content

Commit 963dee6

Browse files
authored
Merge pull request element-hq#14796 from vector-im/bwindels/mobile-config-url
Update mobile config intercept URL
2 parents d14d881 + 6a52758 commit 963dee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vector/mobile_guide/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ async function initPage() {
9393

9494
if (hsUrl !== 'https://matrix.org/') {
9595
document.getElementById('configure_element_button').href =
96-
"https://app.element.io/config/config?hs_url=" + encodeURIComponent(hsUrl) +
96+
"https://mobile.element.io?hs_url=" + encodeURIComponent(hsUrl) +
9797
"&is_url=" + encodeURIComponent(isUrl);
9898
document.getElementById('step1_heading').innerHTML= '1: Install the app';
9999
document.getElementById('step2_container').style.display = 'block';

0 commit comments

Comments
 (0)