aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorWalker Selby <git@walkerselby.com>2023-11-22 12:20:15 +0000
committerWalker Selby <git@walkerselby.com>2023-11-22 12:20:15 +0000
commit514d3f0ec1eb3a7900206ac0b0469d922828b506 (patch)
tree0a0dba7248bcb6acfa0f5fbb7526cc4ee0ea9bba /CONTRIBUTING.md
parentbf225d26b399fcc3fd258d7acbdedb1e76154b8e (diff)
parenta6de55740355b3bc4d7c869626d22da5b3854416 (diff)
downloadSkyHanni-514d3f0ec1eb3a7900206ac0b0469d922828b506.tar.gz
SkyHanni-514d3f0ec1eb3a7900206ac0b0469d922828b506.tar.bz2
SkyHanni-514d3f0ec1eb3a7900206ac0b0469d922828b506.zip
Merge branch 'beta' into https
# Conflicts: # src/main/java/SkyHanniInstallerFrame.java
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 50fb6b668..25124fffa 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -131,7 +131,7 @@ folder for how to properly do this. You also may have to disable repo auto updat
### Discord IPC
DiscordIPC is a service that SkyHanni uses to send information from SkyBlock to Discord in Rich Presence. <br>
-Specifically, we use [TirelessTraveler's Fork](https://github.com/ILikePlayingGames/DiscordIPC) of a fork of a fork of
+Specifically, we use [NetheriteMiner's Fork](https://github.com/NetheriteMiner/DiscordIPC) of a fork of a fork of a fork of
the [original](https://github.com/jagrosh/DiscordIPC).
For info on usage, look
at [DiscordRPCManager.kt](https://github.com/hannibal002/SkyHanni/blob/beta/src/main/java/at/hannibal2/skyhanni/features/misc/discordrpc/DiscordRPCManager.kt)