From 42612c804c03d91366d40a70981a2f8473f95de5 Mon Sep 17 00:00:00 2001 From: tibs <37983572+TibiNonEst@users.noreply.github.com> Date: Tue, 4 Jan 2022 12:29:49 -0500 Subject: [PATCH] Fix license link This is what I get for writing a README before publish the repo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a01342..b80e5cb 100644 --- a/README.md +++ b/README.md @@ -18,4 +18,4 @@ Right-clicking on an un-dyed water cauldron with a dyed item to remove its color Building the mod requires JDK 17+ on your system. To build, simply run `./gradlew build` and the artifacts will be available in `build/libs`. ### License -Cauldron Dyeing is licensed under the GNU LGPLv3, see the [full license](https://github.com/TibiNonEst/cauldron-dyeing/LICENSE). +Cauldron Dyeing is licensed under the GNU LGPLv3, see the [full license](https://github.com/TibiNonEst/cauldron-dyeing/blob/main/LICENSE).