summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2023-07-26 17:00:03 -0700
committerDamien George <damien@micropython.org>2023-07-27 21:40:41 +1000
commit01c758e26a846eca42e9c4444639fa822adf005f (patch)
tree30216c0d7d0d2e72556e6a2c6c50a5213c1a9be0
parentd14ddcbdb5f373bf73df8e7ff9e3b1a60d7d5e25 (diff)
unix/README: Fix Markdown link markup.
Signed-off-by: Brett Cannon <brett@python.org>
-rw-r--r--ports/unix/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/unix/README.md b/ports/unix/README.md
index a3159a326..a1af28996 100644
--- a/ports/unix/README.md
+++ b/ports/unix/README.md
@@ -40,8 +40,8 @@ or
>>> import mip
>>> mip.install("hmac")
-Browse available modules at [micropython-lib]
-(https://github.com/micropython/micropython-lib). See
+Browse available modules at
+[micropython-lib](https://github.com/micropython/micropython-lib). See
[Package management](https://docs.micropython.org/en/latest/reference/packages.html)
for more information about `mip`.