tree_structure_view.md: fix link to plugin.xml on GH

This commit is contained in:
Yann Cébron 2020-01-14 17:05:48 +01:00
parent a8bbfa121f
commit 1daa607e63

View File

@ -19,7 +19,7 @@ See
## 1. Register Custom TreeStructure Provider
Add new *treeStructureProvider* extension to the
[plugin.xml](https://github.com/JetBrains/intellij-sdk-docs/blob/master/code_samples/tree_structure_provider/resources/META-INF/plugin.xml)
[plugin.xml](https://github.com/JetBrains/intellij-sdk-docs/blob/master/code_samples/tree_structure_provider/src/main/resources/META-INF/plugin.xml)
```java
<extensions defaultExtensionNs="com.intellij">