From e2bda291e4a8b3437cea0bfc1d8c6cf0ce95f18c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Thu, 17 Nov 2022 18:06:56 +0100 Subject: [PATCH] theme_basics/README: update links --- code_samples/theme_basics/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code_samples/theme_basics/README.md b/code_samples/theme_basics/README.md index e5151820b..7632734ee 100644 --- a/code_samples/theme_basics/README.md +++ b/code_samples/theme_basics/README.md @@ -30,9 +30,9 @@ It describes definitions of the actions, extensions, or listeners provided by th [docs]: https://plugins.jetbrains.com/docs/intellij/ -[docs:themes]: https://plugins.jetbrains.com/docs/intellij/themes.html +[docs:themes]: https://plugins.jetbrains.com/docs/intellij/themes-getting-started.html [docs:ep]: https://plugins.jetbrains.com/docs/intellij/plugin-extensions.html -[docs:devkit]: https://plugins.jetbrains.com/docs/intellij/using-dev-kit.html +[docs:devkit]: https://plugins.jetbrains.com/docs/intellij/developing-themes.html [docs:plugin.xml]: https://plugins.jetbrains.com/docs/intellij/plugin-configuration-file.html [file:plugin.xml]: ./resources/META-INF/plugin.xml