1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-16 01:53:51 +01:00

doc: sock: fix broken markdown link

This commit is contained in:
Cenk Gündoğan 2016-12-27 13:53:25 +01:00
parent ff2d23b038
commit b8a6d0e500

View File

@ -63,7 +63,7 @@
* network stack it uses. * network stack it uses.
* The network stack used under the bonnet is specified by including the * The network stack used under the bonnet is specified by including the
* appropriate module (for example `USEMODULE += gnrc_sock_udp` for * 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. * This allows for network stack agnostic code on the application layer.
* The application code to establish a connection is always the same, allowing * The application code to establish a connection is always the same, allowing