InfiniTime.git

commit 27fa273d8315f972931dba7971a99b0fbba7360e

Author: JF <jf@codingfield.com>

Add missing links in bootloader doc.

 bootloader/README.md | 2 +-


diff --git a/bootloader/README.md b/bootloader/README.md
index a3cc22ea5cd51be802570f2b00369b427f10b3e5..79112076de2540a7c9b86196869cc5066acb9f4a 100644
--- a/bootloader/README.md
+++ b/bootloader/README.md
@@ -1,5 +1,5 @@
 # About this bootloader
-This bootloader is mostly developed by [Lup Yuen](https://github.com/lupyuen). It is based on [MCUBoot](https://juullabs-oss.github.io/mcuboot/) and Mynewt.
+The [bootloader](https://github.com/lupyuen/pinetime-rust-mynewt/tree/master/libs/pinetime_boot/src) is mostly developed by [Lup Yuen](https://github.com/lupyuen). It is based on [MCUBoot](https://juullabs-oss.github.io/mcuboot/) and [Mynewt](https://mynewt.apache.org/).
 
 The goal of this project is to provide a common bootloader for multiple (all?) Pinetime projects. It allows to upgrade the current bootloader and even replace the current application by another one that supports the same bootloader.