From 27fa273d8315f972931dba7971a99b0fbba7360e Mon Sep 17 00:00:00 2001 From: JF Date: Mon, 10 Aug 2020 20:02:32 +0200 Subject: [PATCH] Add missing links in bootloader doc. --- bootloader/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootloader/README.md b/bootloader/README.md index a3cc22ea..79112076 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.