From ac66bf6160ad416b2901b2f9f0a7fc81346ef6ed Mon Sep 17 00:00:00 2001 From: Janne Mareike Koschinski <janne@kuschku.de> Date: Mon, 23 Dec 2019 18:31:45 +0100 Subject: [PATCH] fix links --- docs/protocol/layers/message.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/protocol/layers/message.md b/docs/protocol/layers/message.md index 5c07453..e762340 100644 --- a/docs/protocol/layers/message.md +++ b/docs/protocol/layers/message.md @@ -7,10 +7,10 @@ It starts off in `HANDSHAKE` state. ## Handshake State -In this state, messages are encoded/decoded according to the [Handshake](../serialization/handshake.html) +In this state, messages are encoded/decoded according to the [Handshake](../serialization/handshake.md) specification. -[]((../../assets/images/message_init.png)) +[](../../assets/images/message_init.png) Client and core exchange messages according to the diagram described above, when a ClientLoginAck and SessionInit have been received, the state advances into -- GitLab