Merge pull request #7427 from LLK/jobs-link-updates

CE-388 Updates Job Links
This commit is contained in:
Tom Lum 2023-03-13 09:57:08 -04:00 committed by GitHub
commit 59718ce72e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

@ -26,7 +26,7 @@ const Footer = props => (
</a> </a>
</dd> </dd>
<dd> <dd>
<a href="https://www.scratchfoundation.org/opportunities"> <a href="https://www.scratchfoundation.org/careers">
<FormattedMessage id="general.jobs" /> <FormattedMessage id="general.jobs" />
</a> </a>
</dd> </dd>
@ -92,7 +92,7 @@ const Footer = props => (
</a> </a>
</dd> </dd>
<dd> <dd>
<a href="https://www.scratchfoundation.org/opportunities"> <a href="https://www.scratchfoundation.org/careers">
<FormattedMessage id="general.jobs" /> <FormattedMessage id="general.jobs" />
</a> </a>
</dd> </dd>

View file

@ -211,7 +211,7 @@
{ {
"name": "jobs-redirect", "name": "jobs-redirect",
"pattern": "^/jobs/?(\\?.*)?$", "pattern": "^/jobs/?(\\?.*)?$",
"redirect": "https://www.scratchfoundation.org/opportunities/" "redirect": "https://www.scratchfoundation.org/careers"
}, },
{ {
"name": "join", "name": "join",

View file

@ -228,7 +228,7 @@ const Developers = () => (
id="developers.joinBody" id="developers.joinBody"
values={{ values={{
jobsPageLink: ( jobsPageLink: (
<a href="https://www.scratchfoundation.org/opportunities"> <a href="https://www.scratchfoundation.org/careers">
<FormattedMessage id="developers.joinBodyJobsLinkText" /> <FormattedMessage id="developers.joinBodyJobsLinkText" />
</a> </a>
), ),