Skip to content
This repository was archived by the owner on May 22, 2026. It is now read-only.

Commit 9e40739

Browse files
authored
Changes the url in the gradle.kts files (#5)
Changed the Url for Repo and Documentation.
1 parent aceea91 commit 9e40739

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

addOns/addOns.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ subprojects {
186186
zapVersion.set("2.16.0")
187187

188188
changesFile.set(tasks.named<ConvertMarkdownToHtml>("generateManifestChanges").flatMap { it.html })
189-
repo.set("https://github.com/zaproxy/zap-extensions/")
189+
repo.set("https://github.com/codedx/zap-extensions/")
190190
}
191191

192192
apiClientGen {

addOns/srm/srm.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ zapAddOn {
1111

1212
manifest {
1313
author.set("Black Duck, Inc.")
14-
url.set("https://www.zaproxy.org/docs/desktop/addons/srm/")
14+
url.set("https://www.zaproxy.org/docs/desktop/addons/software-risk-manager/")
1515
}
1616
}
1717

0 commit comments

Comments
 (0)