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