Update every link to the documentation to use HTTPS
[prosody.git] / plugins / mod_bosh.lua
index a567c605f8e0feb207a7876bdc7ebc95f5afa6e4..47f0b3b43aadc6dbd57fa5a2b3c87890dfaa358e 100644 (file)
@@ -439,7 +439,7 @@ local GET_response = {
        };
        body = [[<html><body>
        <p>It works! Now point your BOSH client to this URL to connect to Prosody.</p>
-       <p>For more information see <a href="http://prosody.im/doc/setting_up_bosh">Prosody: Setting up BOSH</a>.</p>
+       <p>For more information see <a href="https://prosody.im/doc/setting_up_bosh">Prosody: Setting up BOSH</a>.</p>
        </body></html>]];
 };