Skip to content

Commit f9407a3

Browse files
committed
Use vanity URL rather than longer MDFU URL
1 parent ad6f4e5 commit f9407a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ An example bootloader using the Microchip Device Firmware Update (MDFU) protocol
1616
### Related Documentation
1717
* [dsPIC33AK128MC106 DIM (EV02G02A)](https://www.microchip.com/en-us/development-tool/ev02g02a)
1818
* [Curiosity Platform Development Board (EV74H48A)](https://www.microchip.com/en-us/development-tool/ev74h48a)
19-
* [MDFU Protocol](https://ww1.microchip.com/downloads/aemDocuments/documents/DEV/ProductDocuments/SupportingCollateral/Microchip-Device-Firmware-Update-MDFU-Protocol-DS50003743.pdf)
19+
* [MDFU Protocol](http://www.microchip.com/DS50003743)
2020

2121
### Setup And Operation
2222
See [crc_uart_1_image](crc_uart_1_image/) and the associated [README.md](crc_uart_1_image/README.md) files for details on the required hardware, software, setup, and how to run the demo.
@@ -30,7 +30,7 @@ An example secure bootloader using the Microchip Device Firmware Update (MDFU) p
3030

3131
### Related Documentation
3232
* [Curiosity Platform Development Board (EV74H48A)](https://www.microchip.com/en-us/development-tool/ev74h48a)
33-
* [MDFU Protocol](https://ww1.microchip.com/downloads/aemDocuments/documents/DEV/ProductDocuments/SupportingCollateral/Microchip-Device-Firmware-Update-MDFU-Protocol-DS50003743.pdf)
33+
* [MDFU Protocol](http://www.microchip.com/DS50003743)
3434

3535
### Setup And Operation
3636
See [secure_boot_uart_2_images](secure_boot_uart_2_images/) and the associated [README.md](secure_boot_uart_2_images/README.md) files for details on the required hardware, software, setup, and how to run the demo.
@@ -44,7 +44,7 @@ An example secure bootloader using the Microchip Device Firmware Update (MDFU) p
4444

4545
### Related Documentation
4646
* [Curiosity Platform Development Board (EV74H48A)](https://www.microchip.com/en-us/development-tool/ev74h48a)
47-
* [MDFU Protocol](https://ww1.microchip.com/downloads/aemDocuments/documents/DEV/ProductDocuments/SupportingCollateral/Microchip-Device-Firmware-Update-MDFU-Protocol-DS50003743.pdf)
47+
* [MDFU Protocol](http://www.microchip.com/DS50003743)
4848

4949
### Setup And Operation
5050
See [secure_boot_can_2_images](secure_boot_can_2_images/) and the associated [README.md](secure_boot_can_2_images/README.md) files for details on the required hardware, software, setup, and how to run the demo.

0 commit comments

Comments
 (0)