Skip to content

Commit 4a6cbb9

Browse files
committed
docs: remove superfluous link
The docker build section points to another page with instructions on how to clone the repository, but this same page already contains these same instructions in the previous section.
1 parent 9712ee1 commit 4a6cbb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/buildWithDocker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ The `infinitime-build` image contains all the dependencies you need.
6161
The default `CMD` will compile sources found in `/sources`, so you need only mount your code.
6262

6363
This example will build the firmware, generate the MCUBoot image and generate the DFU file.
64-
For cloning the repo, see [these instructions](../doc/buildAndProgram.md#clone-the-repo). Outputs will be written to **<project_root>/build/output**:
64+
Outputs will be written to **<project_root>/build/output**:
6565

6666
```sh
6767
cd <project_root> # e.g. cd ./work/Pinetime

0 commit comments

Comments
 (0)