From 302ec176797a230f03f4167979c7a3b32f92119f Mon Sep 17 00:00:00 2001 From: Andrew Scheller Date: Thu, 15 Sep 2022 17:31:03 +0100 Subject: [PATCH] Fix README link Use RST syntax instead of MarkDown syntax --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 86f04ed..b88616d 100644 --- a/README.rst +++ b/README.rst @@ -63,7 +63,7 @@ One way to do this is to ensure that your user is added to the dialout group, us Another way, is to use udev rules to modify the permissions on the serial port. There are some instructions -on the [micropython wiki](https://github.com/micropython/micropython/wiki/Board-STM32F407-Discovery#programming-from-linux-via-dfu) +on the `micropython wiki `_ that you can use to setup your udev rules (you don't need to install dfu-utils just to update the permissions). Sample Session