mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
module.md: fix links
This commit is contained in:
parent
190e67e030
commit
77d7cad5e2
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user