Fix account links on Privacy Policy page

This commit is contained in:
Ray Schamp 2016-05-27 14:33:12 -04:00
parent 19758f3901
commit 45abaff962

View file

@ -150,9 +150,9 @@ var Privacypolicy = React.createClass({
<h3>How can I update my personal information?</h3>
<p>
You can update your password, email address, and country through
the <a href="/account/password_change">Account Settings</a> page.
the <a href="/accounts/password_change/">Account Settings</a> page.
You can also reset your password through the{' '}
<a href="/account/password_reset">Password Reset</a>{' '}
<a href="/accounts/password_reset/">Password Reset</a>{' '}
page. You cannot change your username, but you can make a new
account and manually copy your projects to the new account.
</p>