diff options
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2016-04-16 21:08:05 +0100 |
---|---|---|
committer | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2016-04-16 21:08:05 +0100 |
commit | c6048a7cb4097d24b5c28a29247ba7175e00ea37 (patch) | |
tree | a6829d7aa93901aa2b6d2dd4f0fc83cf3d248eea /plugins/mod_bosh.lua | |
parent | 07cda18b8af349dcdb271458e3ae5931f9a227cf (diff) | |
download | prosody-c6048a7cb4097d24b5c28a29247ba7175e00ea37.tar.gz prosody-c6048a7cb4097d24b5c28a29247ba7175e00ea37.zip |
Update every link to the documentation to use HTTPS
Diffstat (limited to 'plugins/mod_bosh.lua')
-rw-r--r-- | plugins/mod_bosh.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mod_bosh.lua b/plugins/mod_bosh.lua index a567c605..47f0b3b4 100644 --- a/plugins/mod_bosh.lua +++ b/plugins/mod_bosh.lua @@ -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>]]; }; |