mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-24 18:56:32 -05:00
fix(frontend): fix links in version.json
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
534540855c
commit
e260b77760
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "CLIENT_VERSION_MISSING",
|
"version": "CLIENT_VERSION_MISSING",
|
||||||
"sourceCodeUrl": "https://github.com/hedgedoc/react-client",
|
"sourceCodeUrl": "https://github.com/hedgedoc/hedgedoc",
|
||||||
"issueTrackerUrl": "https://github.com/hedgedoc/react-client/issues"
|
"issueTrackerUrl": "https://github.com/hedgedoc/hedgedoc/issues"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue