From a858962a3faa4374811e4111fd4b979e8efc26b2 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sun, 22 Jun 2025 14:06:59 +0200 Subject: [PATCH] docs: Update shade plugin url --- docs/src/fancyanalytics/getting-started/minecraft-plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/fancyanalytics/getting-started/minecraft-plugins.md b/docs/src/fancyanalytics/getting-started/minecraft-plugins.md index e8301efb..d0d5dad4 100644 --- a/docs/src/fancyanalytics/getting-started/minecraft-plugins.md +++ b/docs/src/fancyanalytics/getting-started/minecraft-plugins.md @@ -48,7 +48,7 @@ dependencies { ``` !!!warning -Make sure to shade the API into your plugin! You can use the [Shade plugin](https://imperceptiblethoughts.com/shadow/) for this. +Make sure to shade the API into your plugin! You can use the [Shade plugin](https://gradleup.com/shadow/) for this. !!! ## Initialize the API