We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25c4563 commit dbb1310Copy full SHA for dbb1310
docs/develop/cmodules.rst
@@ -61,8 +61,9 @@ Basic example
61
62
This simple module named ``cexample`` provides a single function
63
``cexample.add_ints(a, b)`` which adds the two integer args together and returns
64
-the result. It can be found in the MicroPython source tree and has
65
-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 <https://github.com/micropython/micropython/tree/master/examples/usercmodule/cexample>`_
66
+and has a source file and a Makefile fragment with content as descibed above::
67
68
micropython/
69
└──examples/
0 commit comments