feat: redirect careers to jobs

This commit is contained in:
fragosti
2018-12-17 16:32:58 -08:00
parent 0dcada8e06
commit 7468be8f17
2 changed files with 3 additions and 1 deletions

View File

@@ -192,6 +192,7 @@ render(
component={LazySolCompilerDocumentation}
/>
<Redirect from={WebsiteLegacyPaths.Jobs} to={WebsitePaths.AboutJobs} />
<Redirect from={WebsitePaths.Careers} to={WebsitePaths.AboutJobs} />
<Route component={NotFound as any} />
</Switch>
</div>