diff options
author | Kim Alvefur <zash@zash.se> | 2016-04-17 22:28:48 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2016-04-17 22:28:48 +0200 |
commit | 8f7f8d673ccf1ee7d115526d6bd7a805e0eed1d7 (patch) | |
tree | 65fa5a9caa2b6eb979d751ac6a7cfb369174e1d8 /README | |
parent | a92b3b499c6319f0510af1772c92ea6637a456af (diff) | |
parent | c6048a7cb4097d24b5c28a29247ba7175e00ea37 (diff) | |
download | prosody-8f7f8d673ccf1ee7d115526d6bd7a805e0eed1d7.tar.gz prosody-8f7f8d673ccf1ee7d115526d6bd7a805e0eed1d7.zip |
Merge with Link Mauve
Diffstat (limited to 'README')
-rw-r--r-- | README | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -9,29 +9,29 @@ rapidly prototype new protocols. ## Useful links -Homepage: http://prosody.im/ -Download: http://prosody.im/download -Documentation: http://prosody.im/doc/ +Homepage: https://prosody.im/ +Download: https://prosody.im/download +Documentation: https://prosody.im/doc/ Jabber/XMPP Chat: Address: prosody@conference.prosody.im Web interface: - http://prosody.im/webchat + https://prosody.im/webchat Mailing lists: User support and discussion: - http://groups.google.com/group/prosody-users + https://groups.google.com/group/prosody-users Development discussion: - http://groups.google.com/group/prosody-dev + https://groups.google.com/group/prosody-dev Issue tracker changes: - http://groups.google.com/group/prosody-issues + https://groups.google.com/group/prosody-issues ## Installation See the accompanying INSTALL file for help on building Prosody from source. Alternatively -see our guide at http://prosody.im/doc/install +see our guide at https://prosody.im/doc/install |