summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorlouiz <louiz@louiz.org>2016-08-13 14:06:18 +0200
committerlouiz <louiz@louiz.org>2016-08-13 14:06:18 +0200
commit487b80ec9ec965520cc441c8ba2fcb7e14ce4fc7 (patch)
treede70f12bf662fc8fe867fe7f2b342cdc3c227a98 /doc
parent787563722c36bc63223655d337d98caac82dc44f (diff)
downloadbiboumi-487b80ec9ec965520cc441c8ba2fcb7e14ce4fc7.tar.gz
biboumi-487b80ec9ec965520cc441c8ba2fcb7e14ce4fc7.tar.bz2
biboumi-487b80ec9ec965520cc441c8ba2fcb7e14ce4fc7.tar.xz
biboumi-487b80ec9ec965520cc441c8ba2fcb7e14ce4fc7.zip
Fix a link in the documenation
Diffstat (limited to 'doc')
-rw-r--r--doc/biboumi.1.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/biboumi.1.rst b/doc/biboumi.1.rst
index 6ac4b71..d4c21d9 100644
--- a/doc/biboumi.1.rst
+++ b/doc/biboumi.1.rst
@@ -230,7 +230,7 @@ message to a nick containing such a character, you can use a jid like
``%irc.example.com@biboumi.example.com/AnnoyingNickn@me``, because the JID
``AnnoyingNickn@me%irc.example.com@biboumi.example.com`` would not work.
And if you need to address a channel that contains such invalid characters, you
-have to use `jid-escaping <http://www.xmpp.org/extensions/xep-0106.html#escaping>`,
+have to use `jid-escaping <http://www.xmpp.org/extensions/xep-0106.html#escaping>`_,
and replace each of these characters with their escaped version, for example to
join the channel ``#b@byfoot``, you need to use the following JID:
``#b\40byfoot%irc.example.com@biboumi.example.com``.