From 2e8bf5382fb62b7322d7c3bdcdfc29fa3b2e7255 Mon Sep 17 00:00:00 2001 From: Nikita Iarychenko Date: Fri, 27 Feb 2026 14:21:44 +0400 Subject: [PATCH] OpenIDE #266 OpenIDE 2025.3 - Languages: download Russian failed (cherry picked from commit f60ef687c82cf7256475ad3d748c18d1128ea9ab) --- .../src/main/kotlin/com/intellij/grazie/GraziePlugin.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/grazie/src/main/kotlin/com/intellij/grazie/GraziePlugin.kt b/plugins/grazie/src/main/kotlin/com/intellij/grazie/GraziePlugin.kt index 45a5aba632fc..eebdb6df537c 100644 --- a/plugins/grazie/src/main/kotlin/com/intellij/grazie/GraziePlugin.kt +++ b/plugins/grazie/src/main/kotlin/com/intellij/grazie/GraziePlugin.kt @@ -20,12 +20,12 @@ object GraziePlugin { object LanguageTool { const val version = "6.8.27" - const val url = "https://resources.jetbrains.com/grazie/model/language-tool" + const val url = "https://resources.openide.ru/grazie/model/language-tool" } object Hunspell : GrazieStateLifecycle { const val version = "0.2.359" - const val url = "https://packages.jetbrains.team/maven/p/grazi/grazie-platform-public/ai/grazie/spell" + const val url = "https://resources.openide.ru/grazie/grazie-platform-public/ai/grazie/spell" override fun update(prevState: GrazieConfig.State, newState: GrazieConfig.State) { // Do not preload the hunspell / speller in test mode, so it won't slow down tests not related to the spellchecker.