mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -05:00
commit
245a90530d
2 changed files with 2 additions and 2 deletions
|
@ -78,7 +78,7 @@ const Footer = props => (
|
|||
</a>
|
||||
</dd>
|
||||
<dd>
|
||||
<a href="/info/credits">
|
||||
<a href="/credits">
|
||||
<FormattedMessage id="general.credits" />
|
||||
</a>
|
||||
</dd>
|
||||
|
|
|
@ -22,7 +22,7 @@ const Developers = () => (
|
|||
id="developers.intro"
|
||||
values={{
|
||||
introLink: (
|
||||
<a href="/info/credits">
|
||||
<a href="/credits">
|
||||
<FormattedMessage id="developers.introLinkText" />
|
||||
</a>
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue