From 79752fb00b5ee3a1b50a1ff4183b2d903f5bc6ea Mon Sep 17 00:00:00 2001 From: Nicolas Munnich <98408764+Nick-Munnich@users.noreply.github.com> Date: Tue, 21 May 2024 11:09:23 +0200 Subject: [PATCH] Adding .md Co-authored-by: Cem Aksoylar --- docs/docs/development/new-shield.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 .`