diff options
author | Steven Nguyen <steven7c8@gmail.com> | 2021-08-12 12:06:16 -0700 |
---|---|---|
committer | Nick Winans <nick@winans.codes> | 2021-08-12 19:12:30 -0500 |
commit | db1afe603733c29e55815dc926e910126ae4a217 (patch) | |
tree | d8ffa95cc6db0e5c5265a29890d5f2189c1ecc03 /CONTRIBUTING.md | |
parent | d964faaa896df439ce886b0f96ca39387d802277 (diff) |
fix: basic setup link
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1950ddf..fe7292a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -91,7 +91,7 @@ You can setup git to run prettier automatically when you commit by installing th ### Development Setup To get your development environment setup going, start at the -[basic setup](https://zmk.dev/docs/dev-setup) docs, and make sure you can build and flash +[basic setup](https://zmk.dev/docs/development/setup/) docs, and make sure you can build and flash your own locally built firmware. ### Formatting |