module.md: fix links

This commit is contained in:
Yann Cébron 2019-01-21 11:02:22 +01:00
parent 190e67e030
commit 77d7cad5e2

View File

@ -95,7 +95,7 @@ Module module = ModuleUtil.findModuleForFile(virtualFile,myProject);
String moduleName = module == null ? "Module not found" : module.getName();
```
* To get the project module to which the specified [PSI element](architectural_overview/psi_elements.md) belongs, use the `ModuleUtil.findModuleForPsiElement(psiElement)` method.
* To get the project module to which the specified [PSI element](../../basics/architectural_overview/psi_elements.md) belongs, use the `ModuleUtil.findModuleForPsiElement(psiElement)` method.
### Accessing module roots