From 60a5accff269f3047c56c22bd54f038102b3c998 Mon Sep 17 00:00:00 2001 From: TheBrokenRail Date: Wed, 22 May 2024 02:57:00 -0400 Subject: [PATCH] Fix Another Link --- mods/src/options/info.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/src/options/info.cpp b/mods/src/options/info.cpp index 53209ca0..b5b1e7c6 100644 --- a/mods/src/options/info.cpp +++ b/mods/src/options/info.cpp @@ -78,7 +78,7 @@ static info_line info[] = { .get_text = []() { 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" }, };