update upsource links

This commit is contained in:
Yann Cébron 2022-07-12 14:07:06 +02:00 committed by Karol Lewandowski
parent e03a0e7260
commit 08cf84fe01
2 changed files with 2 additions and 2 deletions

View File

@ -102,7 +102,7 @@ To show custom context web-based help for your plugin's functionality (e.g., for
## Running Tasks Once ## Running Tasks Once
Use [`RunOnceUtil`](upsource:///platform/core-api/src/com/intellij/ide/util/RunOnceUtil.java) to run a task exactly once per project/application. Use [`RunOnceUtil`](upsource:///platform/ide-core/src/com/intellij/ide/util/RunOnceUtil.java) to run a task exactly once per project/application.
## Application Events ## Application Events

View File

@ -57,4 +57,4 @@ The [custom language tutorial](documentation_provider.md) contains a step-by-ste
In addition, several implementations of other languages exist in the IntelliJ Platform code, for instance: In addition, several implementations of other languages exist in the IntelliJ Platform code, for instance:
* The [Properties Language plugin](upsource:///plugins/properties) has a small and easy-to-understand [`DocumentationProvider`](upsource:///plugins/properties/src/com/intellij/lang/properties/PropertiesDocumentationProvider.java) similar to the one shown in the custom language tutorial. * The [Properties Language plugin](upsource:///plugins/properties) has a small and easy-to-understand [`DocumentationProvider`](upsource:///plugins/properties/src/com/intellij/lang/properties/PropertiesDocumentationProvider.java) similar to the one shown in the custom language tutorial.
* Usage examples for `DocumentationMarkup` can be found in [`ThemeJsonDocumentationProvider`](upsource:///plugins/devkit/devkit-core/src/themes/ThemeJsonDocumentationProvider.java). * Usage examples for `DocumentationMarkup` can be found in [`ThemeJsonDocumentationProvider`](upsource:///plugins/devkit/intellij.devkit.themes/src/ThemeJsonDocumentationProvider.java).