Replace references to riot.im

This commit is contained in:
J. Ryan Stinnett 2020-07-13 17:02:20 +01:00
parent 62d22f50ab
commit acb22f4fe5
7 changed files with 12 additions and 12 deletions

View file

@ -93,7 +93,7 @@ async function initPage() {
if (hsUrl !== 'https://matrix.org/') {
document.getElementById('configure_riot_button').href =
"https://riot.im/config/config?hs_url=" + encodeURIComponent(hsUrl) +
"https://app.element.io/config/config?hs_url=" + encodeURIComponent(hsUrl) +
"&is_url=" + encodeURIComponent(isUrl);
document.getElementById('step1_heading').innerHTML= '1: Install the app';
document.getElementById('step2_container').style.display = 'block';