Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions content/pages/features.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<ul>
<li><a href="https://github.com/buddycloud/buddycloud-server-java" target="_blank">buddycloud-server-java</a></li>
<li><a href="https://github.com/buddycloud/buddycloud-http-api" target="_blank">buddycloud-http-api</a> including
<a href="https://xmpp-ftw.jit.su/" target="_blank">xmpp-ftw integration</a></li>
<a href="http://docs.xmpp-ftw.org/" target="_blank">xmpp-ftw integration</a></li>
<li><a href="https://github.com/buddycloud/buddycloud-media-server" target="_blank">buddycloud-media-server</a></li>
<li><a href="https://github.com/buddycloud/buddycloud-pusher" target="_blank">buddycloud-pusher</a></li>
<li><a href="https://github.com/buddycloud/channel-directory" target="_blank">buddycloud-channel-directory</a></li>
Expand All @@ -45,7 +45,7 @@ <h2>Designed for Developers</h2>
</div>
<div class="row">
<h3>Add user-to-user messaging to your app.</h3>
<p>Your users can <a href="https://xmpp-ftw.jit.su/manual/core/#send-a-message" target="_blank">send direct messages
<p>Your users can <a href="http://docs.xmpp-ftw.org/manual/core/#send-a-message" target="_blank">send direct messages
to each other</a>. Even better, Buddycloud's federated design means that your users can communicate with millions of
other existing users that already run Buddycloud.</p>
<figure>
Expand Down Expand Up @@ -80,7 +80,7 @@ <h3>Build apps with an intuitive API.</h3>
<p>An easy to use <a href="https://github.com/buddycloud/buddycloud-http-api" target="_blank">REST API</a> presents
all the Buddycloud components as restful objects that you can query or update. It's the quickest way to start
developing on Buddycloud.</p>
<p>Buddycloud also ships with a <a href="https://xmpp-ftw.jit.su/manual/extensions/buddycloud/" target="_blank">extensive
<p>Buddycloud also ships with a <a href="http://docs.xmpp-ftw.org/manual/extensions/buddycloud/" target="_blank">extensive
real-time websocket API</a> that streams new events as they happen.</p>
<p>Both APIs are open source. You can extend them to support unique use cases.</p>
</div>
Expand Down