diff --git a/docs/development/firmware/building.mdx b/docs/development/firmware/building.mdx index aa79f0e2..bd84a6e4 100644 --- a/docs/development/firmware/building.mdx +++ b/docs/development/firmware/building.mdx @@ -72,7 +72,7 @@ The build system is modular. Adding a new board variant for an already supported Gitpod offers an alternative method for compiling the firmware without installing Visual Studio Code. It is a web browser-based online IDE that can be used with a GitHub account. Gitpod provides a free tier suitable for light use, such as compiling custom firmware. -1. Go to (https://gitpod.io#https://github.com/meshtastic/firmware)[https://gitpod.io#https://github.com/meshtastic/firmware]. +1. Go to https://gitpod.io#https://github.com/meshtastic/firmware. 2. Make the desired changes to the chosen variant. 3. Build the firmware by running: `pio run -e ` 4. Once complete, download `.bin` or `.uf2` from `/workspace/firmware/.pio/build/.`