summaryrefslogtreecommitdiff
path: root/doc/buildAndProgram.md
diff options
context:
space:
mode:
authorJF <jf@codingfield.com>2020-08-19 16:01:01 +0200
committerJF <jf@codingfield.com>2020-08-19 16:01:01 +0200
commit58811d76cfa742d6e046dc5003e9fc3b95589fa7 (patch)
tree9fb1e05539630a41093c1cbec353525466f15e61 /doc/buildAndProgram.md
parent5ed7fbe126fea6d67c0505a93d8f06a4c06bf61d (diff)
Add doc about Docker image.
Diffstat (limited to 'doc/buildAndProgram.md')
-rw-r--r--doc/buildAndProgram.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/buildAndProgram.md b/doc/buildAndProgram.md
index 5e11bce3..84d00414 100644
--- a/doc/buildAndProgram.md
+++ b/doc/buildAndProgram.md
@@ -50,7 +50,7 @@ During the project generation, CMake created the following targets:
- pinetime-mcuboot-app : build the firmware with the support of the bootloader (based on MCUBoot).
- pinetime-graphics : small firmware that writes the boot graphics into the SPI flash.
-If you just want to build the project and run it on the Pinetime, using *pinetime-app* is recommanded. See ???? for more info about bootloader support.
+If you just want to build the project and run it on the Pinetime, using *pinetime-app* is recommanded. See [this page](../bootloader/README.md) for more info about bootloader support.
Build:
```