Adding .md

Co-authored-by: Cem Aksoylar <caksoylar@users.noreply.github.com>
This commit is contained in:
Nicolas Munnich 2024-05-21 11:09:23 +02:00 committed by GitHub
parent b54b8129dc
commit 79752fb00b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -554,7 +554,7 @@ Add additional bindings as necessary to match the default number of encoders on
### GitHub Actions
Using GitHub Actions to build your new firmware can save you from doing any local [development setup](./setup/getting-started),
Using GitHub Actions to build your new firmware can save you from doing any local [development setup](./setup/getting-started.md),
at the expense of a longer feedback loop if there are issues. To push your changes and trigger a build:
- Add all your pending changes with `git add .`