mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
Update developers.jsx
This commit is contained in:
parent
7cbd0b7a45
commit
bb9d1bf73a
1 changed files with 4 additions and 4 deletions
|
@ -88,7 +88,7 @@ const Developers = () => (
|
|||
</a>
|
||||
),
|
||||
githubLink: (
|
||||
<a href="https://github.com/LLK/scratch-blocks">
|
||||
<a href="https://github.com/scratchfoundation/scratch-blocks">
|
||||
<FormattedMessage
|
||||
id="developers.hereLinkText"
|
||||
/>
|
||||
|
@ -115,7 +115,7 @@ const Developers = () => (
|
|||
id="developers.wwwIntro"
|
||||
values={{
|
||||
wwwIntroLink: (
|
||||
<a href="https://github.com/LLK/scratch-www">
|
||||
<a href="https://github.com/scratchfoundation/scratch-www">
|
||||
GitHub
|
||||
</a>
|
||||
)
|
||||
|
@ -143,7 +143,7 @@ const Developers = () => (
|
|||
</a>
|
||||
),
|
||||
githubLink: (
|
||||
<a href="https://github.com/LLK/scratchjr">
|
||||
<a href="https://github.com/scratchfoundation/scratchjr">
|
||||
GitHub
|
||||
</a>
|
||||
)
|
||||
|
@ -361,7 +361,7 @@ const Developers = () => (
|
|||
id="developers.faqCollabBody"
|
||||
values={{
|
||||
githubLink: (
|
||||
<a href="https://github.com/LLK/">GitHub</a>
|
||||
<a href="https://github.com/scratchfoundation/">GitHub</a>
|
||||
),
|
||||
contactUsLink: (
|
||||
<a href="/contact-us">
|
||||
|
|
Loading…
Reference in a new issue