mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-22 03:36:39 +00:00
[chore] Fix import/export links on settings panel (#3292)
This commit is contained in:
parent
20fe430ef9
commit
0c374d9864
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue