From ec44917cf5536c8c59aaa7865696926e0bec1ba0 Mon Sep 17 00:00:00 2001 From: Kenix3 Date: Tue, 12 Sep 2023 23:59:19 -0400 Subject: [PATCH] Update README.md to fix link to Discord --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 470680410..77c75c6ed 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ libultraship (LUS) is a library meant to provide reimplementations of libultra ( LUS uses an asset loading system where data is stored separately from the executable in an archive file ending in `.otr`, which is an [`.mpq`](http://www.zezula.net/en/mpq/main.html) compatible file. This separation the data from the executable follows modern design practices and that it is more mod friendly. All one needs to do is supply a patch `.otr` and the system will automatically replace the data. ## Contributing -LUS accepts any and all contributions. You can interact with the project via PRs, issues, email (kenixwhisperwind@gmail.com), or [Discord](https://discord.gg/RQvdvavB). +LUS accepts any and all contributions. You can interact with the project via PRs, issues, email (kenixwhisperwind@gmail.com), or [Discord](https://discord.gg/shipofharkinian). Please see [CONTRIBUTING.md](https://github.com/Kenix3/libultraship/blob/main/CONTRIBUTING.md) file for more information. ## Versioning