mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-22 16:23:41 +01: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">
|
<div className="form-section-docs">
|
||||||
<h3>Export Data</h3>
|
<h3>Export Data</h3>
|
||||||
<a
|
<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"
|
target="_blank"
|
||||||
className="docslink"
|
className="docslink"
|
||||||
rel="noreferrer"
|
rel="noreferrer"
|
||||||
|
@ -45,7 +45,7 @@ export default function Import() {
|
|||||||
<div className="form-section-docs">
|
<div className="form-section-docs">
|
||||||
<h3>Import Data</h3>
|
<h3>Import Data</h3>
|
||||||
<a
|
<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"
|
target="_blank"
|
||||||
className="docslink"
|
className="docslink"
|
||||||
rel="noreferrer"
|
rel="noreferrer"
|
||||||
|
Loading…
Reference in New Issue
Block a user