Skip to content

Commit 09b1342

Browse files
WhyNotHugomark9064
authored andcommitted
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 5516cc7 commit 09b1342

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)