fix(frontend): fix links in version.json

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
Tilman Vatteroth 2022-12-01 16:34:48 +01:00 committed by David Mehren
parent 534540855c
commit e260b77760

View file

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