From fd825b6c795507f19d11e3ed62ae5ad72e620757 Mon Sep 17 00:00:00 2001 From: AXOLOTsh <96595812+AXOLOTsh@users.noreply.github.com> Date: Thu, 30 Apr 2026 17:03:34 +0300 Subject: [PATCH] fix: Markdown link formatting in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 93c2d7c..b686969 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ A small library for a Minecraft Paper Plugins that allows loading and saving dat ## Getting Started ### Installation -Available releases and installation instructions can be found on the [[https://repo.axolotsh.org/#/releases/io/github/axolotsh/registrylib | repository website]]. +Available releases and installation instructions can be found on the [repository website](https://repo.axolotsh.org/#/releases/io/github/axolotsh/registrylib). #### Maven: Add following to your ```pom.xml```: @@ -111,4 +111,4 @@ registryLoader.saveAll(ITEM_INFO_REGISTRY); // Load registry ITEM_INFO_REGISTRY.clear(); registryLoader.loadAll(ITEM_INFO_REGISTRY); -``` \ No newline at end of file +```