From 0a360ad09c58c51fe0a32803e3cfcd185ff08985 Mon Sep 17 00:00:00 2001 From: Taivo Pungas Date: Thu, 21 Dec 2017 15:01:35 +0200 Subject: [PATCH] README: quick link from top to TcpConnection explanation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 632e9c0..8fc0303 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ sure that your compiler is up-to-date and supports C++11. **Note for the reader:** This readme file has a peculiar structure. We start explaining the pure and hard core low level interface in which you have to take care of opening socket connections yourself. In reality, you probably want -to use the simpler TCP interface that is being described later on. +to use the simpler TCP interface that is being described [later on](#tcp-connections). ABOUT