[chore] Fix import/export links on settings panel (#3292)

This commit is contained in:
tobi 2024-09-13 14:25:45 +02:00 committed by GitHub
parent 20fe430ef9
commit 0c374d9864
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -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"