mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 23:57:55 -05:00
Merge pull request #7427 from LLK/jobs-link-updates
CE-388 Updates Job Links
This commit is contained in:
commit
59718ce72e
3 changed files with 4 additions and 4 deletions
|
@ -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>
|
||||||
|
|
|
@ -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",
|
||||||
|
|
|
@ -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>
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in a new issue