From 5b5faad55383342d36ceb6570a9e28ec60cb40aa Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Mon, 9 Sep 2013 10:25:22 -0400 Subject: [PATCH] changed https links to http for github pages Former-commit-id: 1278d25c892a04f25fc3537c6f9b8bb74b81f94f --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0ecb9cbfa..afa944f58 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ For instructions on the use of the Jenkins plugin please see the [Jenkins depend ### Command Line -More detailed instructions can be found on the [dependency-check github pages](https://jeremylong.github.io/DependencyCheck/dependency-check-cli/installation.html). +More detailed instructions can be found on the [dependency-check github pages](http://jeremylong.github.io/DependencyCheck/dependency-check-cli/installation.html). The latest CLI can be downloaded from bintray's [dependency-check page](https://bintray.com/jeremy-long/owasp/dependency-check). On *nix @@ -29,7 +29,7 @@ On Windows ### Maven Plugin -More detailed instructions can be found on the [dependency-check-maven github pages](https://jeremylong.github.io/DependencyCheck/dependency-check-maven/installation.html). +More detailed instructions can be found on the [dependency-check-maven github pages](http://jeremylong.github.io/DependencyCheck/dependency-check-maven/installation.html). The plugin can be configured using the following: ```xml @@ -59,7 +59,7 @@ The plugin can be configured using the following: ### Ant Task -For instructions on the use of the Ant Task, please see the [dependency-check-ant github page](https://jeremylong.github.io/DependencyCheck/dependency-check-maven/installation.html). +For instructions on the use of the Ant Task, please see the [dependency-check-ant github page](http://jeremylong.github.io/DependencyCheck/dependency-check-maven/installation.html). Development Usage -------------