Skip to content

Commit

Permalink
[chore] Fix import/export links on settings panel (#3292)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmethurst authored Sep 13, 2024
1 parent 20fe430 commit 0c374d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/source/settings/views/user/export-import/export.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion web/source/settings/views/user/export-import/import.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export default function Import() {
<div className="form-section-docs">
<h3>Import Data</h3>
<a
href="https://docs.gotosocial.org/en/latest/user_guide/export-import#import"
href="https://docs.gotosocial.org/en/latest/user_guide/settings/#import"
target="_blank"
className="docslink"
rel="noreferrer"
Expand Down

0 comments on commit 0c374d9

Please sign in to comment.