diff --git a/How-to-use-keyboard-UART-port-to-flash-firmware.md b/How-to-use-keyboard-UART-port-to-flash-firmware.md index f3033fe..a6658fb 100644 --- a/How-to-use-keyboard-UART-port-to-flash-firmware.md +++ b/How-to-use-keyboard-UART-port-to-flash-firmware.md @@ -30,7 +30,7 @@ here is the process: ``` $ sudo stm32flash -w uconsole.kbd.0.4_48mhz.bin -v -S 0x08000000 /dev/ttyUSB0 ``` -You can get uconsole.kbd.0.4_48mhz.bin from https://github.com/clockworkpi/uConsole/Bin/ +You can get uconsole.kbd.0.4_48mhz.bin from https://github.com/clockworkpi/uConsole/tree/master/Bin ## Normal flashing output ```