From b842497d44cb2e2bdc0fec4ca29c0b6876e41471 Mon Sep 17 00:00:00 2001 From: nahilep Date: Mon, 21 Oct 2019 11:07:04 +0200 Subject: [PATCH] Fixes link --- src/Attribute.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Attribute.js b/src/Attribute.js index 192a7228..e6ae6e24 100644 --- a/src/Attribute.js +++ b/src/Attribute.js @@ -5,7 +5,7 @@ * safely. Where safely means without being destructive to the base value. * * An attribute on its own cannot be raised above its base value. To raise attributes above their - * base temporarily see the {@link http://ranviermud.com/extending/effects|Effect guide}. + * base temporarily see the {@link https://ranviermud.com/coding/effects/|Effect guide}. * * @property {string} name * @property {number} base