Skip to content

Commit 71e9503

Browse files
committed
Fix Heroku footer link
Sadly https://heroku.com/emberjs is now a 404
1 parent 6821902 commit 71e9503

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)