We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aceea91 commit 9e40739Copy full SHA for 9e40739
2 files changed
addOns/addOns.gradle.kts
@@ -186,7 +186,7 @@ subprojects {
186
zapVersion.set("2.16.0")
187
188
changesFile.set(tasks.named<ConvertMarkdownToHtml>("generateManifestChanges").flatMap { it.html })
189
- repo.set("https://github.com/zaproxy/zap-extensions/")
+ repo.set("https://github.com/codedx/zap-extensions/")
190
}
191
192
apiClientGen {
addOns/srm/srm.gradle.kts
@@ -11,7 +11,7 @@ zapAddOn {
11
12
manifest {
13
author.set("Black Duck, Inc.")
14
- url.set("https://www.zaproxy.org/docs/desktop/addons/srm/")
+ url.set("https://www.zaproxy.org/docs/desktop/addons/software-risk-manager/")
15
16
17
0 commit comments