sdk.md: link to GH for ProjectSdkAction.java

This commit is contained in:
Yann Cébron 2019-11-25 15:49:05 +01:00
parent 1f9e5a85bf
commit 0a6bbfaf95

View File

@ -38,7 +38,7 @@ Sdk projectSdk = ProjectRootManager.getInstance(project).getProjectSdk();
ProjectRootManager.getInstance(project).setProjectSdkName(String name); 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](https://github.com/JetBrains/intellij-sdk-docs/tree/master/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 ## Working with your own SDK