diff options
author | 2024-07-24 19:07:36 +0200 | |
---|---|---|
committer | 2024-07-24 19:07:36 +0200 | |
commit | f8d399cf6ac3f6df07bcbb9cc6d7753a0975322d (patch) | |
tree | 02c720c31976dab74487e5f6d1c3279c88559233 /web/source/settings/views/user/migration.tsx | |
parent | [chore] Add interaction filter to complement existing visibility filter (#3111) (diff) | |
download | gotosocial-f8d399cf6ac3f6df07bcbb9cc6d7753a0975322d.tar.xz |
[docs] Add separate migration section + instructions for moving to GtS and not just away (#3139)
* [docs] Add separate migration section + instructions for moving to GtS and not just away
* update headings
Diffstat (limited to 'web/source/settings/views/user/migration.tsx')
-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 |