mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 09:35:56 -05:00
Fix account links on Privacy Policy page
This commit is contained in:
parent
19758f3901
commit
45abaff962
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue