From d7e18c1cb69b52f28588072c94b7d3401319b418 Mon Sep 17 00:00:00 2001 From: tr7zw Date: Thu, 20 Jun 2024 22:18:41 +0200 Subject: [PATCH] Fix dead link --- wiki/Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/Home.md b/wiki/Home.md index 8c8d4453c..986c7fecb 100644 --- a/wiki/Home.md +++ b/wiki/Home.md @@ -12,6 +12,6 @@ You might also want to check out some [plugins that use NBT-API](https://github. ### How can I use the API as a developer? -Import the API using [Maven](https://github.com/tr7zw/Item-NBT-API/wiki/Using-Maven) or [Gradle](https://github.com/tr7zw/Item-NBT-API/wiki/Using-Gradle), then see the [basic usage](https://github.com/tr7zw/Item-NBT-API/wiki/Using-the-NBT-API) or code examples like [working with Skulls](https://github.com/tr7zw/Item-NBT-API/wiki/Set-a-skull's-skin-using-NBT-API) to familiarize yourself with the API. +Import the API using [Maven](https://github.com/tr7zw/Item-NBT-API/wiki/Using-Maven) or [Gradle](https://github.com/tr7zw/Item-NBT-API/wiki/Using-Gradle), then see the [basic usage](https://github.com/tr7zw/Item-NBT-API/wiki/Using-the-NBT-API) or code examples like [working with Skulls](https://github.com/tr7zw/Item-NBT-API/wiki/Example-Usages#set-a-skulls-skin) to familiarize yourself with the API. Full Javadoc can be found [here](https://tr7zw.github.io/Item-NBT-API/v2-api/)!