mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
updates job links
This commit is contained in:
parent
b6856593ce
commit
7e22920c7c
3 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@ const Footer = props => (
|
|||
</a>
|
||||
</dd>
|
||||
<dd>
|
||||
<a href="https://www.scratchfoundation.org/opportunities">
|
||||
<a href="https://www.scratchfoundation.org/careers">
|
||||
<FormattedMessage id="general.jobs" />
|
||||
</a>
|
||||
</dd>
|
||||
|
@ -91,7 +91,7 @@ const Footer = props => (
|
|||
</a>
|
||||
</dd>
|
||||
<dd>
|
||||
<a href="https://www.scratchfoundation.org/opportunities">
|
||||
<a href="https://www.scratchfoundation.org/careers">
|
||||
<FormattedMessage id="general.jobs" />
|
||||
</a>
|
||||
</dd>
|
||||
|
|
|
@ -211,7 +211,7 @@
|
|||
{
|
||||
"name": "jobs-redirect",
|
||||
"pattern": "^/jobs/?(\\?.*)?$",
|
||||
"redirect": "https://www.scratchfoundation.org/opportunities/"
|
||||
"redirect": "https://www.scratchfoundation.org/careers"
|
||||
},
|
||||
{
|
||||
"name": "join",
|
||||
|
|
|
@ -228,7 +228,7 @@ const Developers = () => (
|
|||
id="developers.joinBody"
|
||||
values={{
|
||||
jobsPageLink: (
|
||||
<a href="https://www.scratchfoundation.org/opportunities">
|
||||
<a href="https://www.scratchfoundation.org/careers">
|
||||
<FormattedMessage id="developers.joinBodyJobsLinkText" />
|
||||
</a>
|
||||
),
|
||||
|
|
Loading…
Reference in a new issue