From 8d61bcd63684f16fb7607cb2a97719e74c0f0621 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Mon, 21 Oct 2024 13:23:10 +0200 Subject: [PATCH] link to UI_kit.md instead of direct Figma links --- topics/reference_guide/icons.md | 2 +- topics/ui/principles/icons_style.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/topics/reference_guide/icons.md b/topics/reference_guide/icons.md index 7b6f1fba2..932835c6b 100644 --- a/topics/reference_guide/icons.md +++ b/topics/reference_guide/icons.md @@ -219,7 +219,7 @@ Create `icon..tooltip` key in a resource bundle, where `` ## New UI Icons -> See [New UI Icons Guide](https://www.figma.com/community/file/1227729570033544559) for guidelines and overview. +> See [](UI_kit.md) for guidelines and overview. To fully support the [New UI](https://www.jetbrains.com/help/idea/new-ui.html), the plugin must provide additional dedicated icons and mapping information. This allows supporting both UI variants at the same time, depending on what the user has selected. diff --git a/topics/ui/principles/icons_style.md b/topics/ui/principles/icons_style.md index 5809a5eff..bd3e88aa6 100644 --- a/topics/ui/principles/icons_style.md +++ b/topics/ui/principles/icons_style.md @@ -7,7 +7,7 @@ Follow these guidelines to create a new icon or redesign an existing one for IntelliJ-based products. > See all icons in the [Icons list](https://intellij-icons.jetbrains.design). -> Use the [IntelliJ Icons Figma plugin](https://www.figma.com/community/plugin/948276470997072333/IntelliJ-Icons) +> Use the [IntelliJ Icons Figma plugin](UI_kit.md) > to quickly find and use icons in UI mockups. > {style="note"}