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:
@@ -76,7 +76,7 @@ local function CreateCustomPriceFrame()
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
type = "Label",
|
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,
|
relativeWidth = 1,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -430,4 +430,4 @@ function TSMAPI:BuildPage(oContainer, oPageTable, noPause)
|
|||||||
else
|
else
|
||||||
recursive(oContainer, oPageTable)
|
recursive(oContainer, oPageTable)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user