diff --git a/docs/docs/development/new-shield.mdx b/docs/docs/development/new-shield.mdx index bda29f1b..18aab68b 100644 --- a/docs/docs/development/new-shield.mdx +++ b/docs/docs/development/new-shield.mdx @@ -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 .`