From 9e3698018cefb6229a187ef386388bb82cb5bdc8 Mon Sep 17 00:00:00 2001 From: MiniDigger Date: Thu, 1 Jun 2017 00:09:27 +0200 Subject: [PATCH] Update link to minecraft timings (#40) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 685810df..2369aaa4 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ Or [Code With Aikar](https://aikardiscord.emc.gs) Discord. ## Other projects by Aikar / Empire Minecraft - [TaskChain](https://taskchain.emc.gs) - Powerful context control to dispatch tasks Async, then access the result sync for API usage. Concurrency controls too. - - [Minecraft Timings](https://github.com/aikar/commands) - Add Timings to your plugin in a safe way that works on all Bukkit platforms (CraftBukkit - no timings, Spigot - Timings v1, Paper and Paper forks - Timings v2) + - [Minecraft Timings](https://github.com/aikar/minecraft-timings/) - Add Timings to your plugin in a safe way that works on all Bukkit platforms (CraftBukkit - no timings, Spigot - Timings v1, Paper and Paper forks - Timings v2) ## License As with all my other public projects