From 091e6026bc5ad798765d8fc01acd9fe81800acf5 Mon Sep 17 00:00:00 2001 From: thc202 Date: Sun, 6 Mar 2016 23:46:12 +0000 Subject: [PATCH] Fix issues in Gradle's dependencyCheckPurge task site page Fix broken link to dependencyCheckUpdate task page, remove repeated closing character ']'. Replace $H with # in the heading of the example. --- .../markdown/dependency-check-gradle/configuration-purge.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/site/markdown/dependency-check-gradle/configuration-purge.md b/src/site/markdown/dependency-check-gradle/configuration-purge.md index 2945c20d5..00b5bba6d 100644 --- a/src/site/markdown/dependency-check-gradle/configuration-purge.md +++ b/src/site/markdown/dependency-check-gradle/configuration-purge.md @@ -4,7 +4,7 @@ Tasks Task | Description ----------------------------------------------------|----------------------- [dependencyCheck](configuration.html) | Runs dependency-check against the project and generates a report. -[dependencyCheckUpdate]](configuration-update.html) | Updates the local cache of the NVD data from NIST. +[dependencyCheckUpdate](configuration-update.html) | Updates the local cache of the NVD data from NIST. dependencyCheckPurge | Deletes the local copy of the NVD. This is used to force a refresh of the data. Configuration: dependencyCheckPurge @@ -24,7 +24,7 @@ Config Group | Property | Description -------------|-------------------|---------------------------------------------------------------------------------------------|------------------ data | directory | Sets the data directory to hold SQL CVEs contents. This should generally not be changed. |   -$H$H$H$H Example +#### Example ```groovy dependencyCheckPurge { data {