Skip to content

Commit

Permalink
Update ModStuff.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Byte-Nova committed Oct 15, 2024
1 parent fdac2f4 commit aa88263
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Source/Client/Core/Configs/ModStuff.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit aa88263

Please sign in to comment.