From 5c1a04849d7ea77799b8e7cb99dabc93995677ee Mon Sep 17 00:00:00 2001 From: Robert Storlind Date: Wed, 3 Jun 2015 17:35:57 +0200 Subject: [PATCH] homes mod link: second try The homes mod is elusive. Give this one a try :) --- docs/Anatomy-of-a-Plugin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Anatomy-of-a-Plugin.md b/docs/Anatomy-of-a-Plugin.md index 67a24e5..125b8e8 100644 --- a/docs/Anatomy-of-a-Plugin.md +++ b/docs/Anatomy-of-a-Plugin.md @@ -11,7 +11,7 @@ demonstrates a couple of new features in ScriptCraft … * Persistence * Adding Player (non-operator) commands -[homes]: src/main/js/plugins/homes/homes.js +[homes]: /src/main/js/plugins/homes/homes.js Here, I walk you through another useful plugin which lets players modify the color of the in-game chat.