Linkcheck report, fixed errors, issue #549

This commit is contained in:
alexkravin 2015-02-06 01:12:44 +04:00
parent 02b5b71487
commit 88696d3922
3 changed files with 3 additions and 3 deletions

View File

@ -540,7 +540,7 @@ class FooBar {
<p>
For an example import control file, look at the file called <a
href="https://github.com/checkstyle/checkstyle/blob/master/import-control.xml">import-control.xml</a>
href="https://github.com/checkstyle/checkstyle/blob/master/config/import-control.xml">import-control.xml</a>
which is part of the Checkstyle distribution.
</p>
</subsection>

View File

@ -409,7 +409,7 @@ public boolean isSomething()
<tr>
<td>ignoreMethodNamesRegex</td>
<td>ignore method whose names are matching specified regex</td>
<td><a href="property_types.html#regex">regular expression</a></td>
<td><a href="property_types.html#regexp">regular expression</a></td>
<td><code>null</code> (tag not required)</td>
</tr>
<tr>

View File

@ -23,7 +23,7 @@
</p>
<p>
<a
href="https://github.com/checkstyle/checkstyle/blob/master/sun_checks.xml">
href="https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/sun_checks.xml">
incomplete Checkstyle configuration for 'Sun's Java Style'</a>
</p>
</subsection>