From b5b55615a349d5a22b28edfc3ca6fbc497ef6487 Mon Sep 17 00:00:00 2001 From: beschio Date: Sun, 22 Jan 2017 01:06:33 +0100 Subject: [PATCH] Fix links to 'Color' and 'ChatColor' javadocs --- src/main/resources/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index c78d07e..9f58e3d 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -340,8 +340,8 @@ nick-prefixes: op: '&c@' halfop: '&3%' voice: '&2+' -# See http://site.pircbotx.googlecode.com/hg/apidocs/org/pircbotx/Colors.html for IRC color names -# See http://jd.bukkit.org/rb/doxygen/d7/dc0/enumorg_1_1bukkit_1_1ChatColor.html for game color names +# See http://thelq.github.io/pircbotx/latest/apidocs/org/pircbotx/Colors.html#field.summary for IRC color names +# See https://hub.spigotmc.org/javadocs/spigot/org/bukkit/ChatColor.html#enum_constant_summary for game color names # Game to IRC color map: Game Color Code => IRC Color Code irc-color-map: AQUA: CYAN