From b8a6d0e500b65805914d91fb721b6bcd74b9f79a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cenk=20G=C3=BCndo=C4=9Fan?= Date: Tue, 27 Dec 2016 13:53:25 +0100 Subject: [PATCH] doc: sock: fix broken markdown link --- sys/include/net/sock.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/include/net/sock.h b/sys/include/net/sock.h index df15a39e8a..c1b8949c5a 100644 --- a/sys/include/net/sock.h +++ b/sys/include/net/sock.h @@ -63,7 +63,7 @@ * network stack it uses. * The network stack used under the bonnet is specified by including the * appropriate module (for example `USEMODULE += gnrc_sock_udp` for - * [GNRC's](net_gnrc) version of this API). + * [GNRC's](@ref net_gnrc) version of this API). * * This allows for network stack agnostic code on the application layer. * The application code to establish a connection is always the same, allowing