From b90c6dd751860e47d940f43cad834504ebcaafb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Tue, 4 Apr 2023 16:18:41 +0200 Subject: [PATCH] use %gh-ij-plugins% in links --- topics/basics/plugin_types.md | 2 +- .../custom_language_support/code_completion.md | 4 ++-- .../frameworks_and_external_apis/xml_dom_api.md | 2 +- topics/tutorials/using_kotlin.md | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/topics/basics/plugin_types.md b/topics/basics/plugin_types.md index 41c0793ea..905aeeea3 100644 --- a/topics/basics/plugin_types.md +++ b/topics/basics/plugin_types.md @@ -42,7 +42,7 @@ Sometimes it also includes language support elements for a custom syntax or DSL. * Specific code insight * Direct access to framework-specific functionality -Refer to the [Struts 2 plugin](https://github.com/JetBrains/intellij-plugins/tree/master/struts2) as an example of framework integration. +Refer to the [Struts 2 plugin](%gh-ij-plugins%/struts2) as an example of framework integration. More reference plugins can be found on [JetBrains Marketplace](https://plugins.jetbrains.com/search?orderBy=update%20date&shouldHaveSource=true&tags=Framework). ## Tool Integration diff --git a/topics/reference_guide/custom_language_support/code_completion.md b/topics/reference_guide/custom_language_support/code_completion.md index afae24714..00eab8d9b 100644 --- a/topics/reference_guide/custom_language_support/code_completion.md +++ b/topics/reference_guide/custom_language_support/code_completion.md @@ -1,6 +1,6 @@ # Code Completion - + Implementing context-aware code completion in custom languages. @@ -49,7 +49,7 @@ Keep in mind that the pattern is checked against the leaf PSI element. If you want to match a composite element, use `withParent()` or `withSuperParent()` methods. **Examples**: -- [`CompletionContributor`](https://github.com/JetBrains/intellij-plugins/blob/master/osmorc/src/org/osmorc/manifest/completion/OsgiManifestCompletionContributor.java) for completing keywords in MANIFEST.MF files. +- [`CompletionContributor`](%gh-ij-plugins%/osmorc/src/org/osmorc/manifest/completion/OsgiManifestCompletionContributor.java) for completing keywords in MANIFEST.MF files. - [Custom Language Support Tutorial: Completion Contributor](completion_contributor.md) ### Lookup Items diff --git a/topics/reference_guide/frameworks_and_external_apis/xml_dom_api.md b/topics/reference_guide/frameworks_and_external_apis/xml_dom_api.md index 32f8975ed..b4d0ded95 100644 --- a/topics/reference_guide/frameworks_and_external_apis/xml_dom_api.md +++ b/topics/reference_guide/frameworks_and_external_apis/xml_dom_api.md @@ -855,6 +855,6 @@ The following bundled open-source plugins make (heavy) use of DOM: - [Ant](%gh-ic%/plugins/ant) - [Plugin DevKit](%gh-ic%/plugins/devkit/devkit-core) - [Maven](%gh-ic%/plugins/maven) -- [Struts 2](https://github.com/JetBrains/intellij-plugins/tree/master/struts2) (Ultimate Edition) +- [Struts 2](%gh-ij-plugins%/struts2) (Ultimate Edition) Explore 3rd party plugins using DOM on [IntelliJ Platform Explorer](https://jb.gg/ipe?extensions=com.intellij.dom.fileMetaData). diff --git a/topics/tutorials/using_kotlin.md b/topics/tutorials/using_kotlin.md index 13cd9083d..0b2590669 100644 --- a/topics/tutorials/using_kotlin.md +++ b/topics/tutorials/using_kotlin.md @@ -164,4 +164,4 @@ For a readily available source of up-to-date examples of plugins implemented in * [Presentation Assistant](https://github.com/chashnikov/IntelliJ-presentation-assistant) * [Rust](https://github.com/intellij-rust/intellij-rust) * [TeXiFy IDEA](https://github.com/Hannah-Sten/TeXiFy-IDEA) -* [Deno](https://github.com/JetBrains/intellij-plugins/tree/master/Deno) +* [Deno](%gh-ij-plugins%/Deno)