Fix Another Link

This commit is contained in:
TheBrokenRail 2024-05-22 02:57:00 -04:00
parent c9fafd6cd4
commit 60a5accff2

View File

@ -78,7 +78,7 @@ static info_line info[] = {
.get_text = []() { .get_text = []() {
return std::string("Sound Data: ") + info_sound_data_state; return std::string("Sound Data: ") + info_sound_data_state;
}, },
.button_url = MCPI_DOCUMENTATION "SOUND.md", .button_url = MCPI_DOCUMENTATION "GETTING_STARTED.md#sound",
.button_text = "More Info" .button_text = "More Info"
}, },
}; };