We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d14d881 + 6a52758 commit 963dee6Copy full SHA for 963dee6
src/vector/mobile_guide/index.js
@@ -93,7 +93,7 @@ async function initPage() {
93
94
if (hsUrl !== 'https://matrix.org/') {
95
document.getElementById('configure_element_button').href =
96
- "https://app.element.io/config/config?hs_url=" + encodeURIComponent(hsUrl) +
+ "https://mobile.element.io?hs_url=" + encodeURIComponent(hsUrl) +
97
"&is_url=" + encodeURIComponent(isUrl);
98
document.getElementById('step1_heading').innerHTML= '1: Install the app';
99
document.getElementById('step2_container').style.display = 'block';
0 commit comments