Merge pull request #7738 from mrsrec/patch-2

LLK -> scratchfoundation
This commit is contained in:
Christopher Willis-Ford 2023-07-17 08:21:39 -07:00 committed by GitHub
commit b4000c9a8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 7 deletions

View file

@ -89,7 +89,7 @@ const About = injectIntl(({intl}) => (
languageCount: 70,
translationLink: (
<a
href="https://github.com/LLK/scratch-l10n/wiki/Guide-for-Scratch-Translators"
href="https://github.com/scratchfoundation/scratch-l10n/wiki/Guide-for-Scratch-Translators"
rel="noreferrer noopener"
target="_blank"
>

View file

@ -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">

View file

@ -216,7 +216,7 @@ class Download extends React.Component {
/></p>
<p><FormattedMessage
id="download.otherVersionsAdminHTML"
values={{a: chunks => <a href="http://llk.github.io/scratch-msi/">{chunks}</a>}}
values={{a: chunks => <a href="http://scratchfoundation.github.io/scratch-msi/">{chunks}</a>}}
/></p>
</section>

View file

@ -22,7 +22,7 @@
"download.otherVersionsTitle": "Other Versions of Scratch",
"download.otherVersionsOlder": "If you have an older computer, or cannot install the Scratch 2.0 offline editor, you can try installing <a href=\"http://scratch.mit.edu/scratch_1.4/\">Scratch 1.4</a>.",
"download.otherVersionsOlderHTML": "If you have an older computer, or cannot install the Scratch 2.0 offline editor, you can try installing <a>Scratch 1.4</a>.",
"download.otherVersionsAdmin": "If you are a network administrator: a Scratch 2.0 MSI has been created and maintained by a member of the community and hosted for public download <a href=\"http://llk.github.io/scratch-msi/\">here</a>.",
"download.otherVersionsAdmin": "If you are a network administrator: a Scratch 2.0 MSI has been created and maintained by a member of the community and hosted for public download <a href=\"http://scratchfoundation.github.io/scratch-msi/\">here</a>.",
"download.otherVersionsAdminHTML": "If you are a network administrator: a Scratch 2.0 MSI has been created and maintained by a member of the community and hosted for public download <a>here</a>.",
"download.knownIssuesTitle": "Known issues",
"download.knownIssuesOne": "If your offline editor is crashing directly after Scratch is opened, install the Scratch 2 offline editor again (see step 2 above). This issue is due to a bug introduced in Adobe AIR version 14 (released April 2014).",