From 388415ecc2ffcc17ec2d492618c1b4094e1122fe Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Fri, 11 Sep 2015 06:13:30 -0400 Subject: [PATCH] fixed hyperlink --- README.md | 2 +- dependency-check-ant/README.md | 4 ++-- dependency-check-cli/README.md | 4 ++-- dependency-check-core/README.md | 4 ++-- dependency-check-maven/README.md | 6 +++--- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 4c4e30f73..71497fdbc 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ Copyright & License Dependency-Check is Copyright (c) 2012-2015 Jeremy Long. All Rights Reserved. -Permission to modify and redistribute is granted under the terms of the Apache 2.0 license. See the [LICENSE.txt](https://github.com/jeremylong/DependencyCheck/dependency-check-cli/blob/master/LICENSE.txt) file for the full license. +Permission to modify and redistribute is granted under the terms of the Apache 2.0 license. See the [LICENSE.txt](https://raw.githubusercontent.com/jeremylong/DependencyCheck/master/LICENSE.txt) file for the full license. Dependency-Check makes use of several other open source libraries. Please see the [NOTICE.txt] [notices] file for more information. diff --git a/dependency-check-ant/README.md b/dependency-check-ant/README.md index c8140b7eb..d3496c649 100644 --- a/dependency-check-ant/README.md +++ b/dependency-check-ant/README.md @@ -20,6 +20,6 @@ Copyright & License Dependency-Check is Copyright (c) 2012-2014 Jeremy Long. All Rights Reserved. -Permission to modify and redistribute is granted under the terms of the Apache 2.0 license. See the [LICENSE.txt](https://github.com/jeremylong/DependencyCheck/dependency-check-cli/blob/master/LICENSE.txt) file for the full license. +Permission to modify and redistribute is granted under the terms of the Apache 2.0 license. See the [LICENSE.txt](https://raw.githubusercontent.com/jeremylong/DependencyCheck/master/LICENSE.txt) file for the full license. -Dependency-Check-Ant makes use of other open source libraries. Please see the [NOTICE.txt](https://github.com/jeremylong/DependencyCheck/dependency-check-ant/blob/master/NOTICES.txt) file for more information. +Dependency-Check-Ant makes use of other open source libraries. Please see the [NOTICE.txt](https://raw.githubusercontent.com/jeremylong/DependencyCheck/master/dependency-check-ant/NOTICE.txt) file for more information. diff --git a/dependency-check-cli/README.md b/dependency-check-cli/README.md index 83ef50c81..2c37d91dc 100644 --- a/dependency-check-cli/README.md +++ b/dependency-check-cli/README.md @@ -19,6 +19,6 @@ Copyright & License Dependency-Check is Copyright (c) 2012-2014 Jeremy Long. All Rights Reserved. -Permission to modify and redistribute is granted under the terms of the Apache 2.0 license. See the [LICENSE.txt](https://github.com/jeremylong/DependencyCheck/dependency-check-cli/blob/master/LICENSE.txt) file for the full license. +Permission to modify and redistribute is granted under the terms of the Apache 2.0 license. See the [LICENSE.txt](https://raw.githubusercontent.com/jeremylong/DependencyCheck/master/LICENSE.txt) file for the full license. -Dependency-Check Command Line makes use of other open source libraries. Please see the [NOTICE.txt](https://github.com/jeremylong/DependencyCheck/dependency-check-cli/blob/master/NOTICES.txt) file for more information. +Dependency-Check Command Line makes use of other open source libraries. Please see the [NOTICE.txt](https://raw.githubusercontent.com/jeremylong/DependencyCheck/master/dependency-check-cli/NOTICE.txt) file for more information. diff --git a/dependency-check-core/README.md b/dependency-check-core/README.md index a2b94f904..7990a4e61 100644 --- a/dependency-check-core/README.md +++ b/dependency-check-core/README.md @@ -17,7 +17,7 @@ Copyright & License Dependency-Check is Copyright (c) 2012-2014 Jeremy Long. All Rights Reserved. -Permission to modify and redistribute is granted under the terms of the Apache 2.0 license. See the [LICENSE.txt](https://github.com/jeremylong/DependencyCheck/dependency-check-cli/blob/master/LICENSE.txt) file for the full license. +Permission to modify and redistribute is granted under the terms of the Apache 2.0 license. See the [LICENSE.txt](https://raw.githubusercontent.com/jeremylong/DependencyCheck/master/LICENSE.txt) file for the full license. Dependency-Check makes use of several other open source libraries. Please see the [NOTICE.txt] [notices] file for more information. @@ -25,4 +25,4 @@ Dependency-Check makes use of several other open source libraries. Please see th [wiki]: https://github.com/jeremylong/DependencyCheck/wiki [subscribe]: mailto:dependency-check+subscribe@googlegroups.com [post]: mailto:dependency-check@googlegroups.com - [notices]: https://github.com/jeremylong/DependencyCheck/blob/master/NOTICES.txt \ No newline at end of file + [notices]: https://raw.githubusercontent.com/jeremylong/DependencyCheck/master/NOTICE.txt \ No newline at end of file diff --git a/dependency-check-maven/README.md b/dependency-check-maven/README.md index a51ff1689..fdd3baf34 100644 --- a/dependency-check-maven/README.md +++ b/dependency-check-maven/README.md @@ -3,7 +3,7 @@ Dependency-Check-Maven Dependency-Check is a utility that attempts to detect publicly disclosed vulnerabilities contained within project dependencies. It does this by determining if there is a Common Platform Enumeration (CPE) identifier for a given dependency. If found, it will generate a report linking to the associated CVE entries. -Documentation and links to production binary releases can be found on the [github pages](http://jeremylong.github.io/DependencyCheck/dependency-check-maven/usage.html). +Documentation and links to production binary releases can be found on the [github pages](http://jeremylong.github.io/DependencyCheck/dependency-check-maven/index.html). Mailing List - @@ -17,10 +17,10 @@ Copyright & License Dependency-Check is Copyright (c) 2012-2014 Jeremy Long. All Rights Reserved. -Permission to modify and redistribute is granted under the terms of the Apache 2.0 license. See the [LICENSE.txt](https://github.com/jeremylong/DependencyCheck/dependency-check-cli/blob/master/LICENSE.txt) file for the full license. +Permission to modify and redistribute is granted under the terms of the Apache 2.0 license. See the [LICENSE.txt](https://raw.githubusercontent.com/jeremylong/DependencyCheck/master/LICENSE.txt) file for the full license. Dependency-Check makes use of several other open source libraries. Please see the [NOTICE.txt] [notices] file for more information. [subscribe]: mailto:dependency-check+subscribe@googlegroups.com [post]: mailto:dependency-check@googlegroups.com - [notices]: https://github.com/jeremylong/DependencyCheck/blob/master/NOTICES.txt \ No newline at end of file + [notices]: https://raw.githubusercontent.com/jeremylong/DependencyCheck/master/dependency-check-maven/NOTICE.txt \ No newline at end of file