summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Kiagiadakis <gkiagia@tolabaki.gr>2016-06-19 23:20:56 +0300
committerGeorge Kiagiadakis <gkiagia@tolabaki.gr>2016-06-19 23:20:56 +0300
commitdccadc4c1632792413dd40cfb289e1a1bd993d19 (patch)
tree194cc8cdc94b7da911a49bda9be386e3d2e2df83
parentf1f58b6abc4a6d341886fe78fccc1b47a5f98f2f (diff)
fix links to Tubes
-rw-r--r--Documentation.mdwn2
-rw-r--r--NewHome.mdwn2
-rw-r--r--index.mdwn2
3 files changed, 3 insertions, 3 deletions
diff --git a/Documentation.mdwn b/Documentation.mdwn
index 5c0ac7d..bd29d1f 100644
--- a/Documentation.mdwn
+++ b/Documentation.mdwn
@@ -18,7 +18,7 @@ Here are some links to documentation resources related to Telepathy.
## Features
-* [[Tubes]]
+* [[Tubes|Documentation/Tubes]]
## Formats
diff --git a/NewHome.mdwn b/NewHome.mdwn
index 0a3edb7..531943b 100644
--- a/NewHome.mdwn
+++ b/NewHome.mdwn
@@ -7,7 +7,7 @@ This allows any application to access presence information, request a communicat
Telepathy provides protocol backends for most popular protocols including: Jabber/XMPP/Jingle, link-local XMPP, SIP, Yahoo/AIM and IRC via a unified [[D-Bus|http://dbus.freedesktop.org]] API. It also provides convenience libraries for GLib and Qt to simplify using the API from applications.
-Telepathy exposes the available real-time communications capabilities of each protocol: presence, contact rosters, text chat, voice and video over IP, file transfer and [[Telepathy Tubes|Tubes]].
+Telepathy exposes the available real-time communications capabilities of each protocol: presence, contact rosters, text chat, voice and video over IP, file transfer and [[Telepathy Tubes|Documentation/Tubes]].
[[!img TelepathyArchitectureOverview.png]]
diff --git a/index.mdwn b/index.mdwn
index 76c6d2c..1d9775b 100644
--- a/index.mdwn
+++ b/index.mdwn
@@ -5,7 +5,7 @@ This allows any application to access presence information, request a communicat
| Telepathy provides protocol backends for most popular protocols including: Jabber/XMPP/Jingle, link-local XMPP, SIP, Yahoo/AIM and IRC via a unified [[D-Bus|http://dbus.freedesktop.org]] API.
It also provides convenience libraries for GLib, Qt4 and Python to simplify using the API from applications.
- Telepathy exposes the available real-time communications capabilities of each protocol: presence, contact rosters, text chat, voice and video over IP, file transfer and [[Telepathy Tubes|Tubes]]. |
+ Telepathy exposes the available real-time communications capabilities of each protocol: presence, contact rosters, text chat, voice and video over IP, file transfer and [[Telepathy Tubes|Documentation/Tubes]]. |
[[!img TelepathyArchitectureOverview.png]] | Telepathy is modular. Each backend and client runs in a separate process, allowing for much greater security and resilience.
Telepathy is suitable for embedded and desktop environments.