Merge pull request #2677 from apple502j/patch-9

Change Credits URL
This commit is contained in:
Benjamin Wheeler 2019-01-15 18:23:04 -05:00 committed by GitHub
commit 245a90530d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -78,7 +78,7 @@ const Footer = props => (
</a>
</dd>
<dd>
<a href="/info/credits">
<a href="/credits">
<FormattedMessage id="general.credits" />
</a>
</dd>

View file

@ -22,7 +22,7 @@ const Developers = () => (
id="developers.intro"
values={{
introLink: (
<a href="/info/credits">
<a href="/credits">
<FormattedMessage id="developers.introLinkText" />
</a>
)