From 718ff1ecfc17dafac8e6947cb41418eb78fc922b Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 09:40:45 -0400 Subject: [PATCH] chore(links): update build.json for repo rename (backport #1292) (#1293) * chore(links): update build.json for repo rename (#1292) (cherry picked from commit ddaac5041254c4aee46814ff34caea551bd26dd8) # Conflicts: # src/app/build.json * fixup! chore(links): update build.json for repo rename (#1292) --------- Co-authored-by: Andrew Azores --- src/app/build.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/build.json b/src/app/build.json index 72a32e1fd..13e93e3f7 100644 --- a/src/app/build.json +++ b/src/app/build.json @@ -1,17 +1,17 @@ { "productName": "Cryostat", - "developmentUrl": "https://github.com/cryostatio/cryostat3", - "releaseTagUrl": "https://github.com/cryostatio/cryostat3/releases/tag/__REPLACE_HASH__", + "developmentUrl": "https://github.com/cryostatio/cryostat", + "releaseTagUrl": "https://github.com/cryostatio/cryostat/releases/tag/__REPLACE_HASH__", "homePageUrl": "https://cryostat.io", "blogPageUrl": "https://cryostat.io/blog", "documentationUrl": "https://cryostat.io/guides", "automatedRulesGuideUrl": "https://cryostat.io/guides/#create-an-automated-rule", "dashboardGuideUrl": "https://cryostat.io/guides/#dashboard", - "discussionUrl": "https://github.com/cryostatio/cryostat3/discussions", - "knownIssuesUrl": "https://github.com/cryostatio/cryostat3/issues", - "fileIssueUrl": "https://github.com/cryostatio/cryostat3/issues/new?labels=user+report,bug&body=Affects+__REPLACE_VERSION__", + "discussionUrl": "https://github.com/cryostatio/cryostat/discussions", + "knownIssuesUrl": "https://github.com/cryostatio/cryostat/issues", + "fileIssueUrl": "https://github.com/cryostatio/cryostat/issues/new?labels=user+report,bug&body=Affects+__REPLACE_VERSION__", "mailingListName": "Google Groups", "mailingListUrl": "https://groups.google.com/g/cryostat-development", - "licenseUrl": "https://github.com/cryostatio/cryostat3/blob/main/LICENSE.txt", + "licenseUrl": "https://github.com/cryostatio/cryostat/blob/main/LICENSE.txt", "version": "3.0.0-dev" }