Skip to content

Commit 31bfbd5

Browse files
authored
Merge pull request #366 from Aemony/main
Use discord.special-k.info instead of discord.gg
2 parents b40ffce + f47eb5f commit 31bfbd5

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<p align="center">
1+
<p align="center">
22
<a href="https://github.com/SpecialKO/SpecialK/actions/workflows/build-windows.yml"><img src="https://github.com/SpecialKO/SpecialK/actions/workflows/build-windows.yml/badge.svg" alt="Builds"></a>&nbsp;
3-
<a href="https://discord.gg/SpecialK"><img alt="Discord" src="https://img.shields.io/discord/778539700981071872?logo=discord&label=Discord"></a>
3+
<a href="https://discord.special-k.info"><img alt="Discord" src="https://img.shields.io/discord/778539700981071872?logo=discord&label=Discord"></a>
44
</p>
55

66
Special K&nbsp;&nbsp;<sub>*"Lovingly referred to as the Swiss Army Knife of PC gaming, Special K does a bit of everything. It is best known for fixing and enhancing graphics, its many detailed performance analysis and correction mods, and a constantly growing palette of tools that solve a wide variety of issues affecting PC games."*</sub>

src/control_panel.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4587,7 +4587,7 @@ static constexpr uint32_t UPLAY_OVERLAY_PS_CRC32C { 0x35ae281c };
45874587
SK_PlatformOverlay_GoToURL ("https://discourse.differentk.fyi/", true);
45884588
#else
45894589
if (ImGui::MenuItem (R"("Kaldaien's Mod")", "Discord Server", &selected, true))
4590-
SK_PlatformOverlay_GoToURL ("https://discord.gg/SpecialK", true);
4590+
SK_PlatformOverlay_GoToURL ("https://discord.special-k.info", true);
45914591
#endif
45924592
}
45934593
ImGui::TreePop ();
@@ -4651,7 +4651,7 @@ static constexpr uint32_t UPLAY_OVERLAY_PS_CRC32C { 0x35ae281c };
46514651
)
46524652
)
46534653
{
4654-
SK_PlatformOverlay_GoToURL ("https://discord.gg/specialk",
4654+
SK_PlatformOverlay_GoToURL ("https://discord.special-k.info",
46554655
true
46564656
);
46574657
}

0 commit comments

Comments
 (0)