diff options
| author | diegorodriguezv | 2025-09-10 03:44:47 +0200 |
|---|---|---|
| committer | GitHub | 2025-09-10 03:44:47 +0200 |
| commit | 24c05ff1c7915e3d07b2359caa0a0fc88ef02a69 (patch) | |
| tree | ef040e8ded280f5d39fe3002eca999cd08277dee /docs | |
| parent | 65e1afe0af419fc8ad3e318376bd1cf3fea83283 (diff) | |
Correct link in porting_your_keyboard_to_qmk.md (#25635)
Fixed anchor
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/porting_your_keyboard_to_qmk.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/porting_your_keyboard_to_qmk.md b/docs/porting_your_keyboard_to_qmk.md index 737ec4a2cf..108576cb58 100644 --- a/docs/porting_your_keyboard_to_qmk.md +++ b/docs/porting_your_keyboard_to_qmk.md @@ -164,7 +164,7 @@ There are a lot of features that can be turned on or off, configured or tuned. S ### Configuration Options -For available options for `config.h`, you should see the [Config Options](config_options#the-configh-file) page for more details. +For available options for `config.h`, you should see the [Config Options](config_options#the-config-h-file) page for more details. ### Build Options |