Skip to content

Commit ccc5a79

Browse files
SONARPY-875 Fix broken links in embedded documentation (#948)
1 parent 305794d commit ccc5a79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sonar-python-plugin/src/main/resources/static/documentation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ Here are the steps to follow:
3939
<requirePlugins>python:2.0-SNAPSHOT</requirePlugin>
4040
```
4141
* implement the following extension points:
42-
* [Plugin](http://javadocs.sonarsource.org/latest/apidocs/org/sonar/api/Plugin.html)
43-
* [RulesDefinition](http://javadocs.sonarsource.org/latest/apidocs/org/sonar/api/server/rule/RulesDefinition.html) and [PythonCustomRuleRepository](https://github.com/SonarSource/sonar-python/blob/master/python-frontend/src/main/java/org/sonar/plugins/python/api/PythonCustomRuleRepository.java), which can be implemented by a single class, to declare your custom rules.
42+
* [Plugin](https://javadocs.sonarsource.org/latest/org/sonar/api/Plugin.html)
43+
* [RulesDefinition](https://javadocs.sonarsource.org/latest/org/sonar/api/server/rule/RulesDefinition.html) and [PythonCustomRuleRepository](https://github.com/SonarSource/sonar-python/blob/master/python-frontend/src/main/java/org/sonar/plugins/python/api/PythonCustomRuleRepository.java), which can be implemented by a single class, to declare your custom rules.
4444
* declare the RulesDefinition as an extension in the Plugin extension point.
4545

4646
#### Implement a Rule

0 commit comments

Comments
 (0)