diff --git a/help.md b/help.md index 71a29164..3d2d8cdd 100644 --- a/help.md +++ b/help.md @@ -9,7 +9,7 @@ <li><em>Be patient</em>, it can take a few minutes before someone sees your messages.</li> </ul> </div> -<strong>Nickname</strong> : <input id="nickname" value="foobar" type="text"> +<strong>Nickname</strong> : <input id="nickname" value="foobar__" type="text"> </br> </br> <button id="joinChatroom" type="button" class="btn btn-success" style="font-weight:bold;"> @@ -49,7 +49,7 @@ dev@conference.yunohost.org and apps@conference.yunohost.org</em> <script> document.getElementById("joinChatroom").onclick = function() { var nickname = document.getElementById("nickname").value; - window.location.href = "https://chat.yunohost.org/?nick="+nickname; + window.location.href = "https://kiwiirc.com/client/irc.freenode.net/yunohost/?nick="+nickname; } document.getElementById("goForum").onclick = function() { var nickname = document.getElementById("nickname").value; @@ -59,7 +59,7 @@ document.getElementById("goBugtracker").onclick = function() { window.location.href = "https://dev.yunohost.org/projects/yunohost/issues"; } document.getElementById("goDevroom").onclick = function() { - window.location.href = "https://chat.yunohost.org/"; + window.location.href = "https://kiwiirc.com/client/irc.freenode.net/yunohost-dev"; } </script>