Skip to content

Commit 5bd65b1

Browse files
authored
Merge pull request #411 from jgwhite/fix-heroku-link
Fix Heroku footer link
2 parents 6821902 + 71e9503 commit 5bd65b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addon/constants/es-footer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const contributorLinks = [{
2626
}, {
2727
name: 'Hosted by:',
2828
title: "Heroku",
29-
href: 'https://www.heroku.com/emberjs',
29+
href: 'https://www.heroku.com/',
3030
class: 'heroku-logo',
3131
}, {
3232
name: 'CDN provided by:',

0 commit comments

Comments
 (0)