mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-03-25 20:29:45 -04:00
commit
245a90530d
2 changed files with 2 additions and 2 deletions
src
|
@ -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…
Add table
Reference in a new issue