Skip to content

Commit 7d67fcb

Browse files
authored
Update legal and releases links
The new ember-website app uses slightly different URLs for the legal and releases pages. The app performs some URL translations (in the application controller) to convert the old legal and releases URLs to the new ones. This edit will update the old links so that the URL translations in the app will no longer be required and thus can be removed in the future.
1 parent a1c3be4 commit 7d67fcb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

addon/constants/links.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,19 @@ export default [{
2424
name: 'Releases',
2525
type: 'dropdown',
2626
items: [{
27-
href: 'https://emberjs.com/builds',
27+
href: 'https://emberjs.com/releases',
2828
name: 'Channels',
2929
type: 'link'
3030
}, {
31-
href: 'https://emberjs.com/builds/release',
31+
href: 'https://emberjs.com/releases/release',
3232
name: '→ Stable',
3333
type: 'link'
3434
}, {
35-
href: 'https://emberjs.com/builds/beta',
35+
href: 'https://emberjs.com/releases/beta',
3636
name: '→ Beta',
3737
type: 'link'
3838
}, {
39-
href: 'https://emberjs.com/builds/canary',
39+
href: 'https://emberjs.com/releases/canary',
4040
name: '→ Canary',
4141
type: 'link'
4242
}, {
@@ -116,7 +116,7 @@ export default [{
116116
}, {
117117
type: 'divider'
118118
}, {
119-
href: 'https://emberjs.com/legal',
119+
href: 'https://emberjs.com/about/legal',
120120
name: 'Legal',
121121
type: 'link'
122122
}, {

0 commit comments

Comments
 (0)