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