Skip to content

Commit 7908bc3

Browse files
authored
Merge pull request #373 from ember-learn/update-guides-link
Update the link to the guides to include release
2 parents fca1b8e + 323695e commit 7908bc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addon/constants/links.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export default [{
33
name: 'Docs',
44
type: 'dropdown',
55
items: [{
6-
href: 'https://guides.emberjs.com',
6+
href: 'https://guides.emberjs.com/release/',
77
name: 'Ember.js Guides',
88
type: 'link'
99
}, {

0 commit comments

Comments
 (0)