Commit 1422c393 authored by Matthew Taylor's avatar Matthew Taylor Committed by GitHub

Merge pull request #629 from mewtaylor/issue/gh-625-faq-404

Fix GH-625: fix educator faq link
parents af101363 8f60b020
......@@ -58,7 +58,7 @@ var TeacherBanner = React.createClass({
{this.props.messages['teacherbanner.resourcesButton']}
</Button>
</a>,
<a href="/info/educators/faq">
<a href="/educators/faq">
<Button>
{this.props.messages['teacherbanner.faqButton']}
</Button>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment