From 7953089a2515123f0bce49aa65efb4e3d2205d15 Mon Sep 17 00:00:00 2001 From: Matt Trentini Date: Mon, 9 Sep 2024 11:29:28 +1000 Subject: [PATCH] examples/natmod: Fix URL links in README.md. Signed-off-by: Matt Trentini --- examples/natmod/README.md | 10 +++++----- 1 file 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