sdk.md: fix links

This commit is contained in:
Yann Cébron 2019-01-21 11:08:47 +01:00
parent b165df901d
commit 172cbe4eb7

View File

@ -38,7 +38,7 @@ Sdk projectSdk = ProjectRootManager.getInstance(project).getProjectSdk();
ProjectRootManager.getInstance(project).setProjectSdkName(String name);
```
See the following [code sample](../../../code_samples/project_model/src/com/intellij/tutorials/project/model/ProjectSdkAction.java) to get more familiar with SDK manipulation tool set.
See the following [code sample](../../code_samples/project_model/src/com/intellij/tutorials/project/model/ProjectSdkAction.java) to get more familiar with SDK manipulation tool set.
## Working with your own SDK