From aa88263410fe7918679125959344e8d40f27916c Mon Sep 17 00:00:00 2001 From: Byte-Nova <159603018+Byte-Nova@users.noreply.github.com> Date: Tue, 15 Oct 2024 14:23:13 +0200 Subject: [PATCH] Update ModStuff.cs --- Source/Client/Core/Configs/ModStuff.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Source/Client/Core/Configs/ModStuff.cs b/Source/Client/Core/Configs/ModStuff.cs index 53836b62..3def5ecb 100644 --- a/Source/Client/Core/Configs/ModStuff.cs +++ b/Source/Client/Core/Configs/ModStuff.cs @@ -47,9 +47,9 @@ public override void DoSettingsWindowContents(Rect inRect) listingStandard.GapLine(); listingStandard.Label("External Sources"); - if (listingStandard.ButtonTextLabeled("Check out the mod's wiki!", "Open")) StartProcess("https://github.com/RimworldTogether/Rimworld-Together/wiki"); - if (listingStandard.ButtonTextLabeled("Check out the mod's Github!", "Open")) StartProcess("https://github.com/RimworldTogether/Rimworld-Together"); - if (listingStandard.ButtonTextLabeled("Check out the mod's incompatibility list!", "Open")) StartProcess("https://github.com/RimworldTogether/Rimworld-Together/blob/development/IncompatibilityList.md"); + if (listingStandard.ButtonTextLabeled("Check out the mod's wiki!", "Open")) StartProcess("https://github.com/Byte-Nova/Rimworld-Together/wiki"); + if (listingStandard.ButtonTextLabeled("Check out the mod's Github!", "Open")) StartProcess("https://github.com/Byte-Nova/Rimworld-Together"); + if (listingStandard.ButtonTextLabeled("Check out the mod's incompatibility list!", "Open")) StartProcess("https://github.com/Byte-Nova/Rimworld-Together/blob/development/IncompatibilityList.md"); if (listingStandard.ButtonTextLabeled("Join the mod's Discord community!", "Open")) StartProcess("https://discord.gg/yUF2ec8Vt8"); listingStandard.End();