Linkcheck report, fixed errors, issue #549
This commit is contained in:
parent
02b5b71487
commit
88696d3922
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue