From 52e0e05cbeef3244ed27456317a52c994ca22668 Mon Sep 17 00:00:00 2001 From: Bokito010 <67639089+Bokito010@users.noreply.github.com> Date: Tue, 30 Jun 2020 14:15:11 +0200 Subject: [PATCH] Add raider io to the profile links Adding raider io to the profile links is usefull, since we/i use raider io alot these days for m+ scoring and this way we/i can quickly access it if someone whispers me. --- Modules/URLHandler.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Modules/URLHandler.lua b/Modules/URLHandler.lua index 8db2587..a2a7e3e 100644 --- a/Modules/URLHandler.lua +++ b/Modules/URLHandler.lua @@ -44,6 +44,10 @@ armoryLinks = { { title = "Warcraftlogs", url = "https://www.warcraftlogs.com/character/{eu/us}/{realm}/{user}" + }, + { + title = "Raider io", + url = "https://raider.io/characters/{eu/us}/{realm}/{user}" }, { title = "WoWTrack",