[MPLUGIN-426] fix javadoc
diff --git a/maven-plugin-annotations/src/main/java/org/apache/maven/plugins/annotations/Description.java b/maven-plugin-annotations/src/main/java/org/apache/maven/plugins/annotations/Description.java
index e0d0989..c977555 100644
--- a/maven-plugin-annotations/src/main/java/org/apache/maven/plugins/annotations/Description.java
+++ b/maven-plugin-annotations/src/main/java/org/apache/maven/plugins/annotations/Description.java
@@ -40,7 +40,7 @@
      * Description content for the {@code Mojo} or Mojo {@code Parameter}.
      *
      * <p>A &quot;Safe HTML&quot; subset can be used. This is achieved by running
-     * the content through the <a href="https://github.com/owasp/java-html-sanitizer"<OWASP Java HTML Sanitizer</a>
+     * the content through the <a href="https://github.com/owasp/java-html-sanitizer">OWASP Java HTML Sanitizer</a>
      * before rendering.</p>
      *
      * @return a description of the Mojo or the parameter.