mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-15 00:03:43 +01:00
fix mailto URIs
As per RFC 6068, there should be no slashes after "mailto:".
This commit is contained in:
@@ -38,6 +38,6 @@ OWASP dependency-check's core analysis engine can be used as:
|
||||
For help with dependency-check the following resource can be used:
|
||||
|
||||
- Post to the [google group](https://groups.google.com/forum/#!forum/dependency-check):
|
||||
[subscribe](mailto://dependency-check+subscribe@googlegroups.com),
|
||||
[post](mailto://dependency-check@googlegroups.com),
|
||||
[subscribe](mailto:dependency-check+subscribe@googlegroups.com),
|
||||
[post](mailto:dependency-check@googlegroups.com),
|
||||
- Open a [github issue](https://github.com/jeremylong/DependencyCheck/issues)
|
||||
Reference in New Issue
Block a user