Update Getting started authored by zkasmi's avatar zkasmi
......@@ -163,9 +163,11 @@ about the build system of the RIOT.
## Building and executing an example for resource-limited devices
RcdMathLib provides a number of examples in the `examples/` directory. Every example
RcdMathLib provides a number of examples in the
[examples-directory](https://git.imp.fu-berlin.de/zkasmi/RcdMathLib/-/tree/master/examples). Every example
has a README that documents its usage and its purpose. Furthermore the examples are described in the
doc-directory. You can build your own application or the examples by typing
[doc-directory](https://git.imp.fu-berlin.de/zkasmi/RcdMathLib/-/tree/master/doc/doxygen). You can build your
own application or the examples by typing
~~~~~~~~ {.sh}
make BOARD=stm32f4discovery
......
......