Skip to content

Commit f16c811

Browse files
authored
Update DependencyCheck Repository Links
References changed to match new repo of DependencyCheck
2 parents 6dc8fe4 + 526afea commit f16c811

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Tasks/DependencyCheck/dependency-check-build-task.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import decompress from 'decompress';
66
import { IHttpClientResponse } from 'typed-rest-client/Interfaces';
77

88
const client = new httpClient.HttpClient('DC_AGENT');
9-
const releaseApi = 'https://api.github.com/repos/jeremylong/DependencyCheck/releases';
9+
const releaseApi = 'https://api.github.com/repos/dependency-check/DependencyCheck/releases';
1010

1111
async function run() {
1212
console.log("Starting Dependency Check...")

overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The extension maintainers do not monitor the Marketplace Question & Answers. Ple
3030

3131
<img src="https://raw.githubusercontent.com/dependency-check/azuredevops/main/screenshots/buildtask-add.png">
3232

33-
- Configure the build task with the appropriate [Dependency Check Command Line Arguments](https://jeremylong.github.io/DependencyCheck/dependency-check-cli/arguments.html).
33+
- Configure the build task with the appropriate [Dependency Check Command Line Arguments](https://dependency-check.github.io/DependencyCheck/dependency-check-cli/arguments.html).
3434

3535
<img src="https://raw.githubusercontent.com/dependency-check/azuredevops/main/screenshots/buildtask-configure.png">
3636

@@ -66,7 +66,7 @@ The extension maintainers do not monitor the Marketplace Question & Answers. Ple
6666

6767
## Learn More
6868

69-
More details on configuring and running Dependency Check can be found at [https://jeremylong.github.io/DependencyCheck/](https://jeremylong.github.io/DependencyCheck/).
69+
More details on configuring and running Dependency Check can be found at [https://dependency-check.github.io/DependencyCheck/](https://dependency-check.github.io/DependencyCheck/).
7070

7171
## Supported Environments
7272

vss-extension.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@
7171
"uri": "https://github.com/dependency-check/azuredevops/issues"
7272
},
7373
"getstarted": {
74-
"uri": "https://jeremylong.github.io/DependencyCheck/index.html"
74+
"uri": "https://dependency-check.github.io/DependencyCheck/index.html"
7575
},
7676
"support": {
77-
"uri": "https://github.com/jeremylong/DependencyCheck"
77+
"uri": "https://github.com/dependency-check/DependencyCheck"
7878
}
7979
},
8080
"branding": {

0 commit comments

Comments
 (0)