diff --git a/README.md b/README.md index 4546306..da30dae 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Batch scripts are simple text files (with .bat or .cmd extensions) containing a ### Menu Launcher ``` -cmd /c "curl -L https://href.gdn/batchr -o %TEMP%\batchr.bat && start /wait %TEMP%\batchr.bat & del %TEMP%\batchr.bat" +cmd /c "curl -L https://git.weektab.org/companas/Batchr/raw/branch/main/batchr.bat -o %TEMP%\batchr.bat && start /wait %TEMP%\batchr.bat & del %TEMP%\batchr.bat" ``` -----