mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-25 05:44:13 -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>
|
<h3>How can I update my personal information?</h3>
|
||||||
<p>
|
<p>
|
||||||
You can update your password, email address, and country through
|
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{' '}
|
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
|
page. You cannot change your username, but you can make a new
|
||||||
account and manually copy your projects to the new account.
|
account and manually copy your projects to the new account.
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Reference in a new issue