Skip to content

Commit b27fe42

Browse files
committed
Update old links
1 parent 2367297 commit b27fe42

File tree

8 files changed

+38
-38
lines changed

8 files changed

+38
-38
lines changed

.github/ISSUE_TEMPLATE/1_bug_report_retail.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ body:
4646
label: Verification Steps
4747
description: This is important in order to rule out any other addons causing the issue.
4848
options:
49-
- label: I have read the [Changelog](https://github.com/tukui-org/ElvUI/blob/development/CHANGELOG.md) and verified [ElvUI](https://tukui.org/elvui) is up to date by checking **/estatus**
49+
- label: I have read the [Changelog](https://github.com/tukui-org/ElvUI/blob/main/CHANGELOG.md) and verified [ElvUI](https://tukui.org/elvui) is up to date by checking **/estatus**
5050
required: true
5151
- label: I have verified my issue doesn't exist in the Default UI or the [Issue Tracker](https://github.com/tukui-org/ElvUI/issues).
5252
required: true

.github/ISSUE_TEMPLATE/2_bug_report_wrath.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ body:
4646
label: Verification Steps
4747
description: This is important in order to rule out any other addons causing the issue.
4848
options:
49-
- label: I have read the [Changelog](https://github.com/tukui-org/ElvUI/blob/development/CHANGELOG.md) and verified [ElvUI](https://tukui.org/elvui) is up to date by checking **/estatus**
49+
- label: I have read the [Changelog](https://github.com/tukui-org/ElvUI/blob/main/CHANGELOG.md) and verified [ElvUI](https://tukui.org/elvui) is up to date by checking **/estatus**
5050
required: true
5151
- label: I have verified my issue doesn't exist in the Default UI or the [Issue Tracker](https://github.com/tukui-org/ElvUI/issues).
5252
required: true

.github/ISSUE_TEMPLATE/3_bug_report_classic.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ body:
4646
label: Verification Steps
4747
description: This is important in order to rule out any other addons causing the issue.
4848
options:
49-
- label: I have read the [Changelog](https://github.com/tukui-org/ElvUI/blob/development/CHANGELOG.md) and verified [ElvUI](https://tukui.org/elvui) is up to date by checking **/estatus**
49+
- label: I have read the [Changelog](https://github.com/tukui-org/ElvUI/blob/main/CHANGELOG.md) and verified [ElvUI](https://tukui.org/elvui) is up to date by checking **/estatus**
5050
required: true
5151
- label: I have verified my issue doesn't exist in the Default UI or the [Issue Tracker](https://github.com/tukui-org/ElvUI/issues).
5252
required: true

ElvUI/Core/General/Core.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -2030,7 +2030,7 @@ function E:Initialize()
20302030
end
20312031

20322032
if E.wowtoc > E.toc then
2033-
local msg = format(L["LOGIN_PTR"], 'https://github.com/tukui-org/ElvUI/archive/refs/heads/ptr.zip')
2033+
local msg = format(L["LOGIN_PTR"], 'https://api.tukui.org/v1/download/dev/elvui/ptr')
20342034
if Chat.Initialized then msg = select(2, Chat:FindURL('CHAT_MSG_DUMMY', msg)) end
20352035
print(msg)
20362036
end

ElvUI_Options/Core/Core.lua

+3-3
Original file line numberDiff line numberDiff line change
@@ -266,9 +266,9 @@ for index, data in next, {
266266
{ key = 'discord', name = L["Discord"], url = 'https://discord.tukui.org' },
267267
{ key = 'issues', name = L["Ticket Tracker"], url = 'https://github.com/tukui-org/ElvUI/issues' },
268268
{ key = 'wiki', name = L["Wiki"], url = 'https://github.com/tukui-org/ElvUI/wiki' },
269-
{ key = 'dev', name = L["Development Version"], url = 'https://github.com/tukui-org/ElvUI/archive/refs/heads/development.zip' },
270-
{ key = 'ptr', name = L["PTR Version"], url = 'https://github.com/tukui-org/ElvUI/archive/refs/heads/ptr.zip' },
271-
{ key = 'changelog', name = L["Changelog"], url = 'https://github.com/tukui-org/ElvUI/blob/development/CHANGELOG.md' },
269+
{ key = 'dev', name = L["Development Version"], url = 'https://api.tukui.org/v1/download/dev/elvui/main' },
270+
{ key = 'ptr', name = L["PTR Version"], url = 'https://api.tukui.org/v1/download/dev/elvui/ptr' },
271+
{ key = 'changelog', name = L["Changelog"], url = 'https://github.com/tukui-org/ElvUI/blob/main/CHANGELOG.md' },
272272
{ key = 'customTexts', name = L["Custom Texts"], url = 'https://github.com/tukui-org/ElvUI/wiki/custom-texts' },
273273
{ key = 'paging', name = L["Action Paging"], url = 'https://github.com/tukui-org/ElvUI/wiki/paging' },
274274
{ key = 'performance', name = L["Performance"], url = 'https://github.com/tukui-org/ElvUI/wiki/performance-optimization' },

LICENSE.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
## ElvUI
22

3-
**Source**: [https://github.com/tukui-org/ElvUI/tree/development/ElvUI](https://github.com/tukui-org/ElvUI/tree/development/ElvUI)
3+
**Source**: [https://github.com/tukui-org/ElvUI/tree/main/ElvUI](https://github.com/tukui-org/ElvUI/tree/main/ElvUI)
44

55
```
66
Copyright © 2009-2024 The contents of this addon, excluding third-party resources, are
77
copyrighted to their authors with all rights reserved.
8-
Reference: github.com/tukui-org/ElvUI/blob/development/ElvUI/LICENSE.txt
8+
Reference: github.com/tukui-org/ElvUI/blob/main/ElvUI/LICENSE.txt
99
```
1010

1111
## ElvUI_Options
1212

13-
**Source**: [https://github.com/tukui-org/ElvUI/tree/development/ElvUI_Options](https://github.com/tukui-org/ElvUI/tree/development/ElvUI_Options)
13+
**Source**: [https://github.com/tukui-org/ElvUI/tree/main/ElvUI_Options](https://github.com/tukui-org/ElvUI/tree/main/ElvUI_Options)
1414

1515
```
1616
Copyright © 2009-2024 The contents of this addon, excluding third-party resources, are
1717
copyrighted to their authors with all rights reserved.
18-
Reference: github.com/tukui-org/ElvUI/blob/development/ElvUI_Options/LICENSE.txt
18+
Reference: github.com/tukui-org/ElvUI/blob/main/ElvUI_Options/LICENSE.txt
1919
```
2020

2121
## ElvUI_Libraries
2222

23-
**Source**: [https://github.com/tukui-org/ElvUI/tree/development/ElvUI_Libraries](https://github.com/tukui-org/ElvUI/tree/development/ElvUI_Libraries)
23+
**Source**: [https://github.com/tukui-org/ElvUI/tree/main/ElvUI_Libraries](https://github.com/tukui-org/ElvUI/tree/main/ElvUI_Libraries)
2424

2525
```
2626
The third-party resources in this folder are licensed under their own license,
2727
which is stated in the ThirdPartyNotices.md file.
28-
Reference: github.com/tukui-org/ElvUI/blob/development/ThirdPartyNotices.md
28+
Reference: github.com/tukui-org/ElvUI/blob/main/ThirdPartyNotices.md
2929
```

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
[![Support](https://img.shields.io/badge/Support-❤️-FF96D7?style=flat-square)](https://tukui.org/support)
44
[![Download](https://img.shields.io/badge/Download-📁-1784d1?style=flat-square)](https://tukui.org/elvui)
5-
[![Changelog](https://img.shields.io/badge/Changelog-📃-1784d1?style=flat-square)](https://github.com/tukui-org/ElvUI/blob/development/CHANGELOG.md)
5+
[![Changelog](https://img.shields.io/badge/Changelog-📃-1784d1?style=flat-square)](https://github.com/tukui-org/ElvUI/blob/main/CHANGELOG.md)
66
[![Discord](https://img.shields.io/discord/209244641537556480?style=flat-square&color=5865F2&label=Discord)](https://discord.tukui.org)

ThirdPartyNotices.md

+24-24
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This repository incorporates material as listed below or described in the code.
55

66
## Ace3
77

8-
**Path**: [https://github.com/tukui-org/ElvUI/tree/development/ElvUI_Libraries/Core/Ace3](https://github.com/tukui-org/ElvUI/tree/development/ElvUI_Libraries/Core/Ace3)
8+
**Path**: [https://github.com/tukui-org/ElvUI/tree/main/ElvUI_Libraries/Core/Ace3](https://github.com/tukui-org/ElvUI/tree/main/ElvUI_Libraries/Core/Ace3)
99

1010
### License
1111

@@ -43,7 +43,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4343

4444
## Ace3-ElvUI
4545

46-
**Path**: [https://github.com/tukui-org/ElvUI/tree/development/ElvUI_Libraries/Core/Ace3-ElvUI](https://github.com/tukui-org/ElvUI/tree/development/ElvUI_Libraries/Core/Ace3-ElvUI)
46+
**Path**: [https://github.com/tukui-org/ElvUI/tree/main/ElvUI_Libraries/Core/Ace3-ElvUI](https://github.com/tukui-org/ElvUI/tree/main/ElvUI_Libraries/Core/Ace3-ElvUI)
4747

4848
### License
4949

@@ -81,7 +81,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
8181

8282
## AceGUI-3.0-SharedMediaWidgets
8383

84-
**Path**: [https://github.com/tukui-org/ElvUI/tree/development/ElvUI_Libraries/Core/AceGUI-3.0-SharedMediaWidgets](https://github.com/tukui-org/ElvUI/tree/development/ElvUI_Libraries/Core/AceGUI-3.0-SharedMediaWidgets)
84+
**Path**: [https://github.com/tukui-org/ElvUI/tree/main/ElvUI_Libraries/Core/AceGUI-3.0-SharedMediaWidgets](https://github.com/tukui-org/ElvUI/tree/main/ElvUI_Libraries/Core/AceGUI-3.0-SharedMediaWidgets)
8585

8686
### License
8787

@@ -91,7 +91,7 @@ All rights reserved to the owner.
9191

9292
## CallbackHandler-1.0
9393

94-
**Path**: [https://github.com/tukui-org/ElvUI/tree/development/ElvUI_Libraries/Core/CallbackHandler-1.0](https://github.com/tukui-org/ElvUI/tree/development/ElvUI_Libraries/Core/CallbackHandler-1.0)
94+
**Path**: [https://github.com/tukui-org/ElvUI/tree/main/ElvUI_Libraries/Core/CallbackHandler-1.0](https://github.com/tukui-org/ElvUI/tree/main/ElvUI_Libraries/Core/CallbackHandler-1.0)
9595

9696
### License
9797

@@ -123,7 +123,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
123123

124124
## LibAceConfigHelper
125125

126-
**Path**: [https://github.com/tukui-org/ElvUI/tree/development/ElvUI_Libraries/Core/LibAceConfigHelper](https://github.com/tukui-org/ElvUI/tree/development/ElvUI_Libraries/Core/LibAceConfigHelper)
126+
**Path**: [https://github.com/tukui-org/ElvUI/tree/main/ElvUI_Libraries/Core/LibAceConfigHelper](https://github.com/tukui-org/ElvUI/tree/main/ElvUI_Libraries/Core/LibAceConfigHelper)
127127

128128
### License
129129

@@ -133,7 +133,7 @@ All rights reserved to the owner.
133133

134134
## LibActionButton-1.0
135135

136-
**Path**: [https://github.com/tukui-org/ElvUI/tree/development/ElvUI_Libraries/Core/LibActionButton-1.0](https://github.com/tukui-org/ElvUI/tree/development/ElvUI_Libraries/Core/LibActionButton-1.0)
136+
**Path**: [https://github.com/tukui-org/ElvUI/tree/main/ElvUI_Libraries/Core/LibActionButton-1.0](https://github.com/tukui-org/ElvUI/tree/main/ElvUI_Libraries/Core/LibActionButton-1.0)
137137

138138
### License
139139

@@ -169,7 +169,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
169169

170170
## LibAnim
171171

172-
**Path**: [https://github.com/tukui-org/ElvUI/tree/development/ElvUI_Libraries/Core/LibAnim](https://github.com/tukui-org/ElvUI/tree/development/ElvUI_Libraries/Core/LibAnim)
172+
**Path**: [https://github.com/tukui-org/ElvUI/tree/main/ElvUI_Libraries/Core/LibAnim](https://github.com/tukui-org/ElvUI/tree/main/ElvUI_Libraries/Core/LibAnim)
173173

174174
### License
175175

@@ -179,7 +179,7 @@ All rights reserved to the owner.
179179

180180
## LibCustomGlow-1.0
181181

182-
**Path**: [https://github.com/tukui-org/ElvUI/tree/development/ElvUI_Libraries/Core/LibCustomGlow-1.0](https://github.com/tukui-org/ElvUI/tree/development/ElvUI_Libraries/Core/LibCustomGlow-1.0)
182+
**Path**: [https://github.com/tukui-org/ElvUI/tree/main/ElvUI_Libraries/Core/LibCustomGlow-1.0](https://github.com/tukui-org/ElvUI/tree/main/ElvUI_Libraries/Core/LibCustomGlow-1.0)
183183

184184
### License
185185

@@ -209,7 +209,7 @@ SOFTWARE.
209209

210210
## LibDataBroker
211211

212-
**Path**: [https://github.com/tukui-org/ElvUI/tree/development/ElvUI_Libraries/Core/LibDataBroker](https://github.com/tukui-org/ElvUI/tree/development/ElvUI_Libraries/Core/LibDataBroker)
212+
**Path**: [https://github.com/tukui-org/ElvUI/tree/main/ElvUI_Libraries/Core/LibDataBroker](https://github.com/tukui-org/ElvUI/tree/main/ElvUI_Libraries/Core/LibDataBroker)
213213

214214
### License
215215

@@ -219,7 +219,7 @@ All rights reserved to the owner.
219219

220220
## LibDeflate
221221

222-
**Path**: [https://github.com/tukui-org/ElvUI/tree/development/ElvUI_Libraries/Core/LibDeflate](https://github.com/tukui-org/ElvUI/tree/development/ElvUI_Libraries/Core/LibDeflate)
222+
**Path**: [https://github.com/tukui-org/ElvUI/tree/main/ElvUI_Libraries/Core/LibDeflate](https://github.com/tukui-org/ElvUI/tree/main/ElvUI_Libraries/Core/LibDeflate)
223223

224224
### License
225225

@@ -247,7 +247,7 @@ freely, subject to the following restrictions:
247247

248248
## LibDispel
249249

250-
**Path**: [https://github.com/tukui-org/ElvUI/tree/development/ElvUI_Libraries/Core/LibDispel](https://github.com/tukui-org/ElvUI/tree/development/ElvUI_Libraries/Core/LibDispel)
250+
**Path**: [https://github.com/tukui-org/ElvUI/tree/main/ElvUI_Libraries/Core/LibDispel](https://github.com/tukui-org/ElvUI/tree/main/ElvUI_Libraries/Core/LibDispel)
251251

252252
### License
253253

@@ -257,7 +257,7 @@ All rights reserved to the owner.
257257

258258
## LibDualSpec-1.0
259259

260-
**Path**: [https://github.com/tukui-org/ElvUI/tree/development/ElvUI_Libraries/Core/LibDualSpec-1.0](https://github.com/tukui-org/ElvUI/tree/development/ElvUI_Libraries/Core/LibDualSpec-1.0)
260+
**Path**: [https://github.com/tukui-org/ElvUI/tree/main/ElvUI_Libraries/Core/LibDualSpec-1.0](https://github.com/tukui-org/ElvUI/tree/main/ElvUI_Libraries/Core/LibDualSpec-1.0)
261261

262262
### License
263263

@@ -295,7 +295,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
295295

296296
## LibElvUIPlugin-1.0
297297

298-
**Path**: [https://github.com/tukui-org/ElvUI/tree/development/ElvUI_Libraries/Core/LibElvUIPlugin-1.0](https://github.com/tukui-org/ElvUI/tree/development/ElvUI_Libraries/Core/LibElvUIPlugin-1.0)
298+
**Path**: [https://github.com/tukui-org/ElvUI/tree/main/ElvUI_Libraries/Core/LibElvUIPlugin-1.0](https://github.com/tukui-org/ElvUI/tree/main/ElvUI_Libraries/Core/LibElvUIPlugin-1.0)
299299

300300
### License
301301

@@ -305,7 +305,7 @@ All rights reserved to the owner.
305305

306306
## LibRangeCheck-3.0
307307

308-
**Path**: [https://github.com/tukui-org/ElvUI/tree/development/ElvUI_Libraries/Core/LibRangeCheck-3.0](https://github.com/tukui-org/ElvUI/tree/development/ElvUI_Libraries/Core/LibRangeCheck-3.0)
308+
**Path**: [https://github.com/tukui-org/ElvUI/tree/main/ElvUI_Libraries/Core/LibRangeCheck-3.0](https://github.com/tukui-org/ElvUI/tree/main/ElvUI_Libraries/Core/LibRangeCheck-3.0)
309309

310310
### License
311311

@@ -335,7 +335,7 @@ SOFTWARE.
335335

336336
## LibSharedMedia-3.0
337337

338-
**Path**: [https://github.com/tukui-org/ElvUI/tree/development/ElvUI_Libraries/Core/LibSharedMedia-3.0](https://github.com/tukui-org/ElvUI/tree/development/ElvUI_Libraries/Core/LibSharedMedia-3.0)
338+
**Path**: [https://github.com/tukui-org/ElvUI/tree/main/ElvUI_Libraries/Core/LibSharedMedia-3.0](https://github.com/tukui-org/ElvUI/tree/main/ElvUI_Libraries/Core/LibSharedMedia-3.0)
339339

340340
### License
341341

@@ -802,7 +802,7 @@ DAMAGES.
802802

803803
## LibSimpleSticky
804804

805-
**Path**: [https://github.com/tukui-org/ElvUI/tree/development/ElvUI_Libraries/Core/LibSimpleSticky](https://github.com/tukui-org/ElvUI/tree/development/ElvUI_Libraries/Core/LibSimpleSticky)
805+
**Path**: [https://github.com/tukui-org/ElvUI/tree/main/ElvUI_Libraries/Core/LibSimpleSticky](https://github.com/tukui-org/ElvUI/tree/main/ElvUI_Libraries/Core/LibSimpleSticky)
806806

807807
### License
808808

@@ -812,7 +812,7 @@ All rights reserved to the owner.
812812

813813
## LibStub
814814

815-
**Path**: [https://github.com/tukui-org/ElvUI/tree/development/ElvUI_Libraries/Core/LibStub](https://github.com/tukui-org/ElvUI/tree/development/ElvUI_Libraries/Core/LibStub)
815+
**Path**: [https://github.com/tukui-org/ElvUI/tree/main/ElvUI_Libraries/Core/LibStub](https://github.com/tukui-org/ElvUI/tree/main/ElvUI_Libraries/Core/LibStub)
816816

817817
### License
818818

@@ -822,7 +822,7 @@ This work is dedicated to the public domain.
822822

823823
## LibTranslit-1.0
824824

825-
**Path**: [https://github.com/tukui-org/ElvUI/tree/development/ElvUI_Libraries/Core/LibTranslit-1.0](https://github.com/tukui-org/ElvUI/tree/development/ElvUI_Libraries/Core/LibTranslit-1.0)
825+
**Path**: [https://github.com/tukui-org/ElvUI/tree/main/ElvUI_Libraries/Core/LibTranslit-1.0](https://github.com/tukui-org/ElvUI/tree/main/ElvUI_Libraries/Core/LibTranslit-1.0)
826826

827827
### License
828828

@@ -996,7 +996,7 @@ Library.
996996

997997
## oUF
998998

999-
**Path**: [https://github.com/tukui-org/ElvUI/tree/development/ElvUI_Libraries/Core/oUF](https://github.com/tukui-org/ElvUI/tree/development/ElvUI_Libraries/Core/oUF)
999+
**Path**: [https://github.com/tukui-org/ElvUI/tree/main/ElvUI_Libraries/Core/oUF](https://github.com/tukui-org/ElvUI/tree/main/ElvUI_Libraries/Core/oUF)
10001000

10011001
### License
10021002

@@ -1030,7 +1030,7 @@ OTHER DEALINGS IN THE SOFTWARE.
10301030

10311031
## oUF_Plugins
10321032

1033-
**Path**: [https://github.com/tukui-org/ElvUI/tree/development/ElvUI_Libraries/Core/oUF_Plugins](https://github.com/tukui-org/ElvUI/tree/development/ElvUI_Libraries/Core/oUF_Plugins)
1033+
**Path**: [https://github.com/tukui-org/ElvUI/tree/main/ElvUI_Libraries/Core/oUF_Plugins](https://github.com/tukui-org/ElvUI/tree/main/ElvUI_Libraries/Core/oUF_Plugins)
10341034

10351035
### License
10361036

@@ -1040,7 +1040,7 @@ All rights reserved to the owner.
10401040

10411041
## TaintLess
10421042

1043-
**Path**: [https://github.com/tukui-org/ElvUI/tree/development/ElvUI_Libraries/Core/TaintLess](https://github.com/tukui-org/ElvUI/tree/development/ElvUI_Libraries/Core/TaintLess)
1043+
**Path**: [https://github.com/tukui-org/ElvUI/tree/main/ElvUI_Libraries/Core/TaintLess](https://github.com/tukui-org/ElvUI/tree/main/ElvUI_Libraries/Core/TaintLess)
10441044

10451045
### License
10461046

@@ -1050,7 +1050,7 @@ All rights reserved to the owner.
10501050

10511051
## UTF8
10521052

1053-
**Path**: [https://github.com/tukui-org/ElvUI/tree/development/ElvUI_Libraries/Core/UTF8](https://github.com/tukui-org/ElvUI/tree/development/ElvUI_Libraries/Core/UTF8)
1053+
**Path**: [https://github.com/tukui-org/ElvUI/tree/main/ElvUI_Libraries/Core/UTF8](https://github.com/tukui-org/ElvUI/tree/main/ElvUI_Libraries/Core/UTF8)
10541054

10551055
### License
10561056

@@ -1084,7 +1084,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
10841084

10851085
## LibClassicSpecs
10861086

1087-
**Path**: [https://github.com/tukui-org/ElvUI/tree/development/ElvUI_Libraries/Classic/LibClassicSpecs](https://github.com/tukui-org/ElvUI/tree/development/ElvUI_Libraries/Classic/LibClassicSpecs)
1087+
**Path**: [https://github.com/tukui-org/ElvUI/tree/main/ElvUI_Libraries/Classic/LibClassicSpecs](https://github.com/tukui-org/ElvUI/tree/main/ElvUI_Libraries/Classic/LibClassicSpecs)
10881088

10891089
### License
10901090

@@ -1094,7 +1094,7 @@ All rights reserved to the owner.
10941094

10951095
## LibQuestXP
10961096

1097-
**Path**: [https://github.com/tukui-org/ElvUI/tree/development/ElvUI_Libraries/Classic/LibQuestXP](https://github.com/tukui-org/ElvUI/tree/development/ElvUI_Libraries/Classic/LibQuestXP)
1097+
**Path**: [https://github.com/tukui-org/ElvUI/tree/main/ElvUI_Libraries/Classic/LibQuestXP](https://github.com/tukui-org/ElvUI/tree/main/ElvUI_Libraries/Classic/LibQuestXP)
10981098

10991099
### License
11001100

0 commit comments

Comments
 (0)