From dbb13104ca612d1b2b289adc51c028a1bd1f7d1d Mon Sep 17 00:00:00 2001 From: Damien George Date: Thu, 29 Oct 2020 17:32:39 +1100 Subject: docs/develop/cmodules.rst: Add link to source code for user C example. Signed-off-by: Damien George --- docs/develop/cmodules.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'docs/develop') diff --git a/docs/develop/cmodules.rst b/docs/develop/cmodules.rst index 2d08df828..2db1f65f2 100644 --- a/docs/develop/cmodules.rst +++ b/docs/develop/cmodules.rst @@ -61,8 +61,9 @@ Basic example This simple module named ``cexample`` provides a single function ``cexample.add_ints(a, b)`` which adds the two integer args together and returns -the result. It can be found in the MicroPython source tree and has -a source file and a Makefile fragment with content as descibed above:: +the result. It can be found in the MicroPython source tree +`in the examples directory `_ +and has a source file and a Makefile fragment with content as descibed above:: micropython/ └──examples/ -- cgit v1.2.3