diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-02-18 21:35:59 +0100 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-02-18 21:35:59 +0100 |
commit | 6896c37683c6407dd9fa2697084c8d61e557c177 (patch) | |
tree | 65a07722760e2912532d14c376742abcc872dbaa /CONTRIBUTING.md | |
parent | a4e00ec60843c109cee33aa0e49b4ec79c9492c1 (diff) | |
download | skyhanni-6896c37683c6407dd9fa2697084c8d61e557c177.tar.gz skyhanni-6896c37683c6407dd9fa2697084c8d61e557c177.tar.bz2 skyhanni-6896c37683c6407dd9fa2697084c8d61e557c177.zip |
fixed link in repo pattern example docs
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8df368ead..22d9e2ab3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -77,7 +77,7 @@ format like "- #821" to illustrate the dependency. - Do not use `e.printStackTrace()`, use `CopyErrorCommand.logError(e, "explanation for users")` instead. - Do not use `MinecraftForge.EVENT_BUS.post(event)`, use `event.postAndCatch()` instead. - Do not use `toRegex()` or `toPattern()`, use `RepoPattern` instead. - - See [RepoPattern.kt](https://github.com/walkerselby/SkyHanni/blob/beta/src/main/java/at/hannibal2/skyhanni/utils/repopatterns/RepoPattern.kt) + - See [RepoPattern.kt](https://github.com/hannibal002/SkyHanni/blob/beta/src/main/java/at/hannibal2/skyhanni/utils/repopatterns/RepoPattern.kt) for more information and usages. - The pattern variables are named in the scheme `variableNamePattern` - Please use Regex instead of String comparison when it is likely Hypixel will change the message in the future. |