Skip to content

Commit

Permalink
chore(links): update build.json for repo rename (#1292)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores authored Jun 25, 2024
1 parent f366d4b commit ddaac50
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/app/build.json
Original file line number Diff line number Diff line change
@@ -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": "4.0.0-dev"
}

0 comments on commit ddaac50

Please sign in to comment.