aboutsummaryrefslogtreecommitdiff
path: root/src/xdocs
diff options
context:
space:
mode:
authorRoman Ivanov <ivanov-jr@mail.ru>2015-10-26 17:15:08 -0700
committerRoman Ivanov <ivanov-jr@mail.ru>2015-10-26 17:15:08 -0700
commit9cf74f9490074297789cb038763ad151d19a006a (patch)
tree4491c20c1f7e449637ddb8c7ddb41c2eee430852 /src/xdocs
parent2f9656e8514dbb17cef1ea207ea06102319c9f2f (diff)
downloadcheckstyle-9cf74f9490074297789cb038763ad151d19a006a.tar.gz
minor: dead link was removed (linkcheck maven plugin)
Diffstat (limited to 'src/xdocs')
-rw-r--r--src/xdocs/releasenotes_old.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdocs/releasenotes_old.xml b/src/xdocs/releasenotes_old.xml
index 14aa8184b..e34b2c27f 100644
--- a/src/xdocs/releasenotes_old.xml
+++ b/src/xdocs/releasenotes_old.xml
@@ -45,7 +45,7 @@
added support for a separate throws indentation configuration
</li>
<li>
- SuppressionCommentFilter ignores messageFormat. Patch from Chris Brigham. <a href="http://sourceforge.net/p/checkstyle/bugs/520/">#520</a>
+ SuppressionCommentFilter ignores messageFormat. Patch from Chris Brigham.
</li>
<li>
Exclude some java.util classes from Class Fan out. Thanks to Ivan Sopov and Vincent Massol.<a href="https://github.com/checkstyle/checkstyle/issues/31">#31</a>