fix(links): link correct GH repository

This commit is contained in:
Benedikt Rötsch
2017-11-09 15:39:51 +01:00
committed by Khaled Garbaya
parent b0a2e9942e
commit b73d733626

View File

@@ -33,7 +33,7 @@ html
use(xlink:href='/icons/icons.svg#info')
span #{translate('whatIsThisApp', currentLocale.code)}
.header__upper-copy
a.header__upper-link(href='https://images.contentful.com/82t39nctsu20/1JOkYZnY8YG0w88ImweME2/c8aef71dfe1ea633e16e17d99379416c/Github-repo_2x__1_.png' target='_blank' rel='noopener')
a.header__upper-link(href='https://github.com/contentful/the-example-app.nodejs' target='_blank' rel='noopener')
svg.header__upper-icon
use(xlink:href='/icons/icons.svg#github')
| #{translate('viewOnGithub', currentLocale.code)}