Skip to content

Commit 718ff1e

Browse files
chore(links): update build.json for repo rename (backport #1292) (#1293)
* chore(links): update build.json for repo rename (#1292) (cherry picked from commit ddaac50) # Conflicts: # src/app/build.json * fixup! chore(links): update build.json for repo rename (#1292) --------- Co-authored-by: Andrew Azores <[email protected]>
1 parent cf4b275 commit 718ff1e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/app/build.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"productName": "Cryostat",
3-
"developmentUrl": "https://github.com/cryostatio/cryostat3",
4-
"releaseTagUrl": "https://github.com/cryostatio/cryostat3/releases/tag/__REPLACE_HASH__",
3+
"developmentUrl": "https://github.com/cryostatio/cryostat",
4+
"releaseTagUrl": "https://github.com/cryostatio/cryostat/releases/tag/__REPLACE_HASH__",
55
"homePageUrl": "https://cryostat.io",
66
"blogPageUrl": "https://cryostat.io/blog",
77
"documentationUrl": "https://cryostat.io/guides",
88
"automatedRulesGuideUrl": "https://cryostat.io/guides/#create-an-automated-rule",
99
"dashboardGuideUrl": "https://cryostat.io/guides/#dashboard",
10-
"discussionUrl": "https://github.com/cryostatio/cryostat3/discussions",
11-
"knownIssuesUrl": "https://github.com/cryostatio/cryostat3/issues",
12-
"fileIssueUrl": "https://github.com/cryostatio/cryostat3/issues/new?labels=user+report,bug&body=Affects+__REPLACE_VERSION__",
10+
"discussionUrl": "https://github.com/cryostatio/cryostat/discussions",
11+
"knownIssuesUrl": "https://github.com/cryostatio/cryostat/issues",
12+
"fileIssueUrl": "https://github.com/cryostatio/cryostat/issues/new?labels=user+report,bug&body=Affects+__REPLACE_VERSION__",
1313
"mailingListName": "Google Groups",
1414
"mailingListUrl": "https://groups.google.com/g/cryostat-development",
15-
"licenseUrl": "https://github.com/cryostatio/cryostat3/blob/main/LICENSE.txt",
15+
"licenseUrl": "https://github.com/cryostatio/cryostat/blob/main/LICENSE.txt",
1616
"version": "3.0.0-dev"
1717
}

0 commit comments

Comments
 (0)