aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJ10a1n15 <45315647+j10a1n15@users.noreply.github.com>2024-06-26 08:38:25 +0200
committerGitHub <noreply@github.com>2024-06-26 08:38:25 +0200
commit968014f07cd32b76d530348e7535739cb1ce16c2 (patch)
treed56457e5425ea7f78a7e52dd7c63cc88dd9570ca
parent41f2ff07c87e6b47bcbec531e6a8bcff53d800dc (diff)
downloadskyhanni-968014f07cd32b76d530348e7535739cb1ce16c2.tar.gz
skyhanni-968014f07cd32b76d530348e7535739cb1ce16c2.tar.bz2
skyhanni-968014f07cd32b76d530348e7535739cb1ce16c2.zip
Docs: Fixed Link of Last Example being broken (#2153)
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
-rw-r--r--CONTRIBUTING.md2
-rw-r--r--docs/DISCORD_FAQ.md4
2 files changed, 3 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index c0d399186..b622b4a6d 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -90,7 +90,7 @@ for more information and usages.
- Please use Regex instead of String comparison when it is likely Hypixel will change the message in the future.
- Do not use `fixedRateTimer` when possible and instead use `SecondPassedEvent` to safely execute the repeating event on
the main thread.
-- When updating a config option variable, use the `ConfigUpdaterMigrator.ConfigFixEvent` with event.move(), when moving a value, and event.transform() when updating a value. [For Example](https://github.com/hannibal002/SkyHanni/src/main/java/at/hannibal2/skyhanni/features/gui/customscoreboard/CustomScoreboard.kt#L241).
+- When updating a config option variable, use the `ConfigUpdaterMigrator.ConfigFixEvent` with event.move() when moving a value, and event.transform() when updating a value. [For Example](https://github.com/hannibal002/SkyHanni/blob/e88f416c48f9659f89b7047d7629cd9a1d1535bc/src/main/java/at/hannibal2/skyhanni/features/gui/customscoreboard/CustomScoreboard.kt#L276).
## Software Used in SkyHanni
diff --git a/docs/DISCORD_FAQ.md b/docs/DISCORD_FAQ.md
index a2b01e519..634bc1f03 100644
--- a/docs/DISCORD_FAQ.md
+++ b/docs/DISCORD_FAQ.md
@@ -55,10 +55,10 @@ _Frequently Asked Questions_
> **12: Why can I still see the normal Scoreboard when using Custom Scoreboard?**
> Most of the time, this is a mod conflict.
> If you are using [Sidebar Mod](https://github.com/Alexdoru/SidebarMod), please remove this mod.
-> If you are using [VanillaHUD](https://modrinth.com/mod/vanillahud), please disable its Scoreboard by clicking on the blue bar below "Scoreboard" in the OneConfig Menu.
+> If you are using [VanillaHUD](https://modrinth.com/mod/vanillahud), please update to 2.2.7 or newer to resolve this issue.
> If you are using [Apec](https://github.com/BananaFructa/Apec/) and want to remove their Scoreboard, you need to remove Apec since they don't have an option to disable their Scoreboard.
> If you don't use any of these mods, make sure the option to "Hide Vanilla Scoreboard" is actually enabled.
-*This FAQ was last updated on May 27th, 2024.
+*This FAQ was last updated on June 26th, 2024.
If you believe there's something that should be added to this list, please tell us, so we can add it.*