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
This commit is contained in:
Szyler
2024-11-11 02:22:57 +01:00
committed by GitHub
parent 7000e674b0
commit b87f11ed87
+2 -2
View File
@@ -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
end