]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
update audio links
authorSeth Chandler <sethbc@sethbc.org>
Sun, 17 Jul 2016 07:32:02 +0000 (03:32 -0400)
committerSeth Chandler <sethbc@sethbc.org>
Sun, 17 Jul 2016 07:32:02 +0000 (03:32 -0400)
readme.md

index a179d7aa21c8f5e3fcdae3fbda756262e6779c8c..4ccf51f9853fcee983b3c48454a96a449db2216b 100644 (file)
--- a/readme.md
+++ b/readme.md
@@ -732,7 +732,7 @@ float music_scale[][2] = SONG(MUSIC_SCALE_SOUND);
 float goodbye[][2] = SONG(GOODBYE_SOUND);
 ```
 
-Wherein we bind predefined songs (from [audio/song_list.h](/audio/song_list.h)) into named variables. This is one optimization that helps save on memory: These songs only take up memory when you reference them in your keymap, because they're essentially all preprocessor directives.
+Wherein we bind predefined songs (from [quantum/audio/song_list.h](/quantum/audio/song_list.h)) into named variables. This is one optimization that helps save on memory: These songs only take up memory when you reference them in your keymap, because they're essentially all preprocessor directives.
 
 So now you have something called `tone_plover` for example. How do you make it play the Plover tune, then? If you look further down the keymap, you'll see this: