summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Trentini <matt.trentini@gmail.com>2024-09-09 11:29:28 +1000
committerDamien George <damien@micropython.org>2024-09-17 11:14:52 +1000
commit7953089a2515123f0bce49aa65efb4e3d2205d15 (patch)
tree7efd500e25f575998e30ea624536fb792d797920
parent976d9d148f7b6269e3fb164cf8b154217fb0dd67 (diff)
examples/natmod: Fix URL links in README.md.
Signed-off-by: Matt Trentini <matt.trentini@gmail.com>
-rw-r--r--examples/natmod/README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/natmod/README.md b/examples/natmod/README.md
index 0cc4010ef..f72d1c049 100644
--- a/examples/natmod/README.md
+++ b/examples/natmod/README.md
@@ -1,12 +1,12 @@
# Dynamic Native Modules
Dynamic Native Modules are .mpy files that contain native machine code from a
-language other than Python. For more info see [the documentation]
-(https://docs.micropython.org/en/latest/develop/natmod.html).
+language other than Python. For more info see [the
+documentation](https://docs.micropython.org/en/latest/develop/natmod.html).
-This should not be confused with [User C Modules]
-(https://docs.micropython.org/en/latest/develop/cmodules.html) which are a
-mechanism to add additional out-of-tree modules into the firmware build.
+This should not be confused with [User C
+Modules](https://docs.micropython.org/en/latest/develop/cmodules.html) which are
+a mechanism to add additional out-of-tree modules into the firmware build.
## Examples