From 8f217ca6e01a31f39a07452f37142d0e94a7cbeb Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Tue, 4 Jul 2023 16:12:01 +0100 Subject: [PATCH] Fixed borked changelog links --- changelogs/5.2.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/changelogs/5.2.md b/changelogs/5.2.md index 7581c5e36..5795a027a 100644 --- a/changelogs/5.2.md +++ b/changelogs/5.2.md @@ -12,8 +12,8 @@ Do not update plugin minimum API versions unless you need new features added in Consider using the `mcpe-protocol` directive in `plugin.yml` as a constraint if you're using packets directly. ## Core -- [BedrockBlockUpgradeSchema version 3.0.0]() is now supported. -- [`ext-pmmpthread` version 6.0.4]() is now required (bug fixes required to support technical changes in this release). +- [BedrockBlockUpgradeSchema version 3.0.0](https://github.com/pmmp/BedrockBlockUpgradeSchema/releases/tag/3.0.0) is now supported. +- [`ext-pmmpthread` version 6.0.4](https://github.com/pmmp/ext-pmmpthread/releases/tag/6.0.4) is now required (bug fixes required to support technical changes in this release). ## Performance - Improved performance of `AsyncPool->submitTask()` and `AsyncPool->submitTaskToWorker()`.