examples/natmod: Fix URL links in README.md.

Signed-off-by: Matt Trentini <matt.trentini@gmail.com>
This commit is contained in:
Matt Trentini 2024-09-09 11:29:28 +10:00 committed by Damien George
parent 976d9d148f
commit 7953089a25

View File

@ -1,12 +1,12 @@
# Dynamic Native Modules # Dynamic Native Modules
Dynamic Native Modules are .mpy files that contain native machine code from a Dynamic Native Modules are .mpy files that contain native machine code from a
language other than Python. For more info see [the documentation] language other than Python. For more info see [the
(https://docs.micropython.org/en/latest/develop/natmod.html). documentation](https://docs.micropython.org/en/latest/develop/natmod.html).
This should not be confused with [User C Modules] This should not be confused with [User C
(https://docs.micropython.org/en/latest/develop/cmodules.html) which are a Modules](https://docs.micropython.org/en/latest/develop/cmodules.html) which are
mechanism to add additional out-of-tree modules into the firmware build. a mechanism to add additional out-of-tree modules into the firmware build.
## Examples ## Examples