From 0c00322004faefc719fc277503e2ff4a6c9916b4 Mon Sep 17 00:00:00 2001 From: tildearrow Date: Thu, 26 Oct 2023 17:33:01 -0500 Subject: [PATCH] GUI: update info about Revolt --- src/gui/tutorial.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/tutorial.cpp b/src/gui/tutorial.cpp index ef98a9533..7774b95f0 100644 --- a/src/gui/tutorial.cpp +++ b/src/gui/tutorial.cpp @@ -274,7 +274,7 @@ void FurnaceGUI::drawTutorial() { ImGui::TextWrapped( "if you need help, you may:\n" "- read the manual (a file called manual.pdf)\n" - "- ask for help in Discussions (https://github.com/tildearrow/furnace/discussions), the Furnace Discord (https://discord.gg/EfrwT2wq7z) or Furnace in Revolt (https://rvlt.gg/GRPS6tmc)" + "- ask for help in Discussions (https://github.com/tildearrow/furnace/discussions), the Furnace Discord (https://discord.gg/EfrwT2wq7z) or Furnace in Revolt (official: https://rvlt.gg/GRPS6tmc)" ); ImGui::Separator();