From e260b777609472326ceec58039be4170716ef983 Mon Sep 17 00:00:00 2001 From: Tilman Vatteroth Date: Thu, 1 Dec 2022 16:34:48 +0100 Subject: [PATCH] fix(frontend): fix links in version.json Signed-off-by: Tilman Vatteroth --- frontend/src/version.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/version.json b/frontend/src/version.json index 216602077..c53a44c36 100644 --- a/frontend/src/version.json +++ b/frontend/src/version.json @@ -1,5 +1,5 @@ { "version": "CLIENT_VERSION_MISSING", - "sourceCodeUrl": "https://github.com/hedgedoc/react-client", - "issueTrackerUrl": "https://github.com/hedgedoc/react-client/issues" + "sourceCodeUrl": "https://github.com/hedgedoc/hedgedoc", + "issueTrackerUrl": "https://github.com/hedgedoc/hedgedoc/issues" }