From 167cf9f18e01630d0681e19afe70a67b82770ed9 Mon Sep 17 00:00:00 2001 From: Ralph Sennhauser Date: Thu, 17 Oct 2024 19:57:47 +0200 Subject: [PATCH] Update Atlas help links With the migration to gitea the links in the help menu of Atlas need to be updated to point to the new locations. Signed-off-by: Ralph Sennhauser --- binaries/data/tools/atlas/help.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/binaries/data/tools/atlas/help.json b/binaries/data/tools/atlas/help.json index c090efcb7d..bf22a389c0 100644 --- a/binaries/data/tools/atlas/help.json +++ b/binaries/data/tools/atlas/help.json @@ -2,12 +2,12 @@ "Manual": { "title": "&Atlas Manual", "tooltip": "Click to visit the 0 A.D. Atlas Wiki.", - "url": "https://trac.wildfiregames.com/wiki/Atlas_Manual" + "url": "https://gitea.wildfiregames.com/0ad/0ad/wiki/Atlas_Manual" }, "ReportBug": { "title": "Report a &Bug", "tooltip": "Click to visit our bug tracker to report a crash or other error.", - "url": "https://trac.wildfiregames.com/wiki/ReportingErrors" + "url": "https://gitea.wildfiregames.com/0ad/0ad/issues?labels=22" } }