From d923130f0b96afa4a468cb877fa3227641e0a187 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Thu, 7 Jan 2021 11:40:17 +0100 Subject: [PATCH] code samples README: link EP list --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aca9ad0c6..08444c61c 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ These samples show you how features work and help you jumpstart your plugins. There is also [IntelliJ Platform Plugin Template][gh:template] project available. -Explore usages of Extension Points in open-source plugins using [IntelliJ Platform Explorer](https://jb.gg/ipe). +Browse [available Extension Points][docs:eps] and explore usages in open-source plugins using [IntelliJ Platform Explorer](https://jb.gg/ipe). ## Target Platform @@ -66,3 +66,4 @@ In the following table, you may find all available samples provided in the separ [docs]: https://www.jetbrains.org/intellij/sdk/docs [docs:gradle]: https://www.jetbrains.org/intellij/sdk/docs/tutorials/build_system.html [docs:plugin.xml]: https://www.jetbrains.org/intellij/sdk/docs/basics/plugin_structure/plugin_configuration_file.html +[docs:eps]: https://jetbrains.org/intellij/sdk/docs/appendix/resources/extension_point_list.html \ No newline at end of file