diff options
| author | Hugo Osvaldo Barrera <hugo@whynothugo.nl> | 2025-07-23 17:35:23 +0200 |
|---|---|---|
| committer | mark9064 <30447455+mark9064@users.noreply.github.com> | 2025-09-23 16:28:57 +0100 |
| commit | 09b1342eaeed8aa39d228315530ee91bca5b31cd (patch) | |
| tree | a2d9413fe02134ad6da8962fb888f773ad5851f3 /doc | |
| parent | 5516cc7e0a6fba913d67d226087c1b73e237dc84 (diff) | |
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.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/buildWithDocker.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/buildWithDocker.md b/doc/buildWithDocker.md index 9d4db707..04787b26 100644 --- a/doc/buildWithDocker.md +++ b/doc/buildWithDocker.md @@ -61,7 +61,7 @@ The `infinitime-build` image contains all the dependencies you need. The default `CMD` will compile sources found in `/sources`, so you need only mount your code. This example will build the firmware, generate the MCUBoot image and generate the DFU file. -For cloning the repo, see [these instructions](../doc/buildAndProgram.md#clone-the-repo). Outputs will be written to **<project_root>/build/output**: +Outputs will be written to **<project_root>/build/output**: ```sh cd <project_root> # e.g. cd ./work/Pinetime |
