diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/source/settings/views/user/migration.tsx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/web/source/settings/views/user/migration.tsx b/web/source/settings/views/user/migration.tsx index 5c964d457..4dc5d17c1 100644 --- a/web/source/settings/views/user/migration.tsx +++ b/web/source/settings/views/user/migration.tsx @@ -84,12 +84,12 @@ function AliasForm({ data: profile }) { <div className="form-section-docs"> <h3>Alias Account</h3> <a - href="https://docs.gotosocial.org/en/latest/user_guide/settings/#alias-account" + href="https://docs.gotosocial.org/en/latest/user_guide/migration" target="_blank" className="docslink" rel="noreferrer" > - Learn more about account aliasing (opens in a new tab) + Learn more about account migration (opens in a new tab) </a> </div> <AlsoKnownAsURIs @@ -179,12 +179,12 @@ function MoveForm({ data: profile }) { </dl> <br/> <a - href="https://docs.gotosocial.org/en/latest/user_guide/settings/#move-account" + href="https://docs.gotosocial.org/en/latest/user_guide/migration" target="_blank" className="docslink" rel="noreferrer" > - Learn more about moving your account (opens in a new tab) + Learn more about account migration (opens in a new tab) </a> </div> <TextInput |