kotlin.md: use upsource:// link (IJSDK-77)

This commit is contained in:
Yann Cébron 2019-04-15 15:13:16 +02:00
parent 71467a655a
commit b6f5415036

View File

@ -97,7 +97,7 @@ intellij {
## 4. UI in Kotlin
The best way to create user interfaces with Kotlin is to use a type safe DSL for building forms instead of GUI designer. The DSL used in the IntelliJ platform is inside `com.intellij.ui.layout` package. [Documentation](https://github.com/JetBrains/intellij-community/blob/master/platform/platform-impl/src/com/intellij/ui/layout/readme.md).
The best way to create user interfaces with Kotlin is to use a type safe DSL for building forms instead of GUI designer. The DSL used in the IntelliJ platform is inside `com.intellij.ui.layout` package. [Documentation](upsource:///platform/platform-impl/src/com/intellij/ui/layout/readme.md).
## 5. Handling Kotlin code