Use relative links in docs
This commit is contained in:
@@ -30,7 +30,7 @@ for you:
|
||||
changing the Rule, but you do not need to submit a patch back to the
|
||||
PMD project.
|
||||
|
||||
If you need to modify the Rule, see [How to write a rule](/pmd-{{site.pmd.version}}/pmd_devdocs_writing_pmd_rules.html).
|
||||
If you need to modify the Rule, see [How to write a rule](pmd_devdocs_writing_pmd_rules.html).
|
||||
Otherwise, the other suppression methods are explained in the following sections.
|
||||
|
||||
## Annotations
|
||||
@@ -181,6 +181,6 @@ suppress reporting specifically typed parameters which are unused:
|
||||
Note for XPath based suppression to work, you must know how to write
|
||||
an XPath query that matches the AST structure of the nodes of the
|
||||
violations you wish to suppress. XPath queries are explained in
|
||||
[XPath Rule tutorial](/pmd-{{site.pmd.version}}/pmd_userdocs_extending_writing_xpath_rules.html).
|
||||
[XPath Rule tutorial](pmd_userdocs_extending_writing_xpath_rules.html).
|
||||
|
||||
Suggestions? Comments? Post them [here](https://github.com/pmd/pmd/issues). Thanks!
|
||||
|
Reference in New Issue
Block a user