From 3ff765569c3440565049588cc9423cdc79ae77b4 Mon Sep 17 00:00:00 2001 From: Szyler <66376500+Szyler@users.noreply.github.com> Date: Sun, 18 Aug 2024 13:57:59 +0200 Subject: [PATCH] Update BuildPage.lua old link is dead. https://tinyurl.com/tsm2Ascension leads to https://web.archive.org/web/20131115010109/https://www.tradeskillmaster.com/wiki/index.php?title=TSM2.0_CustomPrice An archived version of the old wiki --- TradeSkillMaster/GUI/BuildPage.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TradeSkillMaster/GUI/BuildPage.lua b/TradeSkillMaster/GUI/BuildPage.lua index 4d3bbba..8a38cfd 100644 --- a/TradeSkillMaster/GUI/BuildPage.lua +++ b/TradeSkillMaster/GUI/BuildPage.lua @@ -76,7 +76,7 @@ local function CreateCustomPriceFrame() }, { type = "Label", - text = format("See %s for more info.", TSMAPI.Design:GetInlineColor("link").."http://bit.ly/TSMCP|r"), + text = format("See %s for more info.", TSMAPI.Design:GetInlineColor("link").."https://tinyurl.com/tsm2Ascension|r"), relativeWidth = 1, }, { @@ -430,4 +430,4 @@ function TSMAPI:BuildPage(oContainer, oPageTable, noPause) else recursive(oContainer, oPageTable) end -end \ No newline at end of file +end