From b87f11ed870686db0b44adc5aef2a370dcd1bb7d Mon Sep 17 00:00:00 2001 From: Szyler <66376500+Szyler@users.noreply.github.com> Date: Mon, 11 Nov 2024 02:22:57 +0100 Subject: [PATCH] Update BuildPage.lua (#16) 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