diff options
author | 2024-09-13 14:25:45 +0200 | |
---|---|---|
committer | 2024-09-13 14:25:45 +0200 | |
commit | 0c374d986472a26635170d20030f1ebfcd75ef0d (patch) | |
tree | 44a0f54b2c1f0bb4fb25164c2ba0b7a737ebf338 /web/source/settings/views/user/export-import/export.tsx | |
parent | [bugfix] Update home timeline query to ignore exclusive list entries (#3289) (diff) | |
download | gotosocial-0c374d986472a26635170d20030f1ebfcd75ef0d.tar.xz |
[chore] Fix import/export links on settings panel (#3292)
Diffstat (limited to 'web/source/settings/views/user/export-import/export.tsx')
-rw-r--r-- | web/source/settings/views/user/export-import/export.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/source/settings/views/user/export-import/export.tsx b/web/source/settings/views/user/export-import/export.tsx index 70bda60f2..be302fec8 100644 --- a/web/source/settings/views/user/export-import/export.tsx +++ b/web/source/settings/views/user/export-import/export.tsx @@ -87,7 +87,7 @@ export default function Export({ exportStats }: { exportStats: AccountExportStat <div className="form-section-docs"> <h3>Export Data</h3> <a - href="https://docs.gotosocial.org/en/latest/user_guide/export-import#export" + href="https://docs.gotosocial.org/en/latest/user_guide/settings/#export" target="_blank" className="docslink" rel="noreferrer" |