summaryrefslogtreecommitdiff
path: root/doc/buildAndProgram.md
diff options
context:
space:
mode:
authorJF <jf@codingfield.com>2020-08-19 16:05:53 +0200
committerGitea <gitea@fake.local>2020-08-19 16:05:53 +0200
commit38418931f1ee46e5405d48fcee18005b6ab4c4c7 (patch)
treef2e00c3ee30295486496d91d96194892e9bb38d6 /doc/buildAndProgram.md
parent9906a708c9fcbc13f47bdba0cb8512799a2a3719 (diff)
parent58811d76cfa742d6e046dc5003e9fc3b95589fa7 (diff)
Merge branch 'dockerfile' of JF/PineTime into develop
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:
```