diff --git a/getPlugins.bat b/getPlugins.bat index d7af9aad57d5..d7a428574a3f 100644 --- a/getPlugins.bat +++ b/getPlugins.bat @@ -2,7 +2,7 @@ :ParseArgs if "%~1" == "--shallow" ( - call git clone https://git.haulmont.com/platform/open-ide/android.git android --depth 1 + call git clone https://gitflic.ru/project/openide/android.git android --depth 1 ) else ( - call git clone https://git.haulmont.com/platform/open-ide/android.git android + call git clone https://gitflic.ru/project/openide/android.git android )