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.