mirror of
https://github.com/UA-Fediland/synapse-admin.git
synced 2024-11-08 15:54:51 +00:00
Switch to relative URL for example.csv
This commit is contained in:
parent
c8d9a6db55
commit
2bf8a6debb
1 changed files with 1 additions and 1 deletions
|
@ -569,7 +569,7 @@ const FilePicker = props => {
|
|||
<CardHeader title={translate("import_users.cards.upload.header")} />
|
||||
<CardContent>
|
||||
{translate("import_users.cards.upload.explanation")}
|
||||
<a href="/data/example.csv">example.csv</a>
|
||||
<a href="./data/example.csv">example.csv</a>
|
||||
<br />
|
||||
<br />
|
||||
<input
|
||||
|
|
Loading…
Reference in a new issue