diff options
author | TheJackiMonster <thejackimonster@gmail.com> | 2021-03-18 23:34:38 +0100 |
---|---|---|
committer | TheJackiMonster <thejackimonster@gmail.com> | 2021-03-18 23:34:38 +0100 |
commit | d40a549b6d845e6a2da427833189e9c9e226aee8 (patch) | |
tree | 2b6f04120bd24a1dd951655f97a356c9c0534b19 | |
parent | e185a556536bab6d294a4efa66ce6e36d424e9f8 (diff) |
-fixed image path in handbook
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
-rw-r--r-- | doc/handbook/chapters/developer.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/handbook/chapters/developer.texi b/doc/handbook/chapters/developer.texi index abd128e3b..8b0085cce 100644 --- a/doc/handbook/chapters/developer.texi +++ b/doc/handbook/chapters/developer.texi @@ -9791,7 +9791,7 @@ channel can represent an outgoing connection opened by entering a room with @code{GNUNET_MESSENGER_enter_room} or an incoming connection if the room was opened before via @code{GNUNET_MESSENGER_open_room}. -@image{images/messenger_room.png} +@image{images/messenger_room,6in,,Room structure} To enter a room you have to specify the "door" (peer's identity of a peer which has opened the room) and the key of the room (which is identical to a CADET |