| Index: make.bat
|
| diff --git a/make.bat b/make.bat
|
| index 2b6a629ff377d6554faa277df924e328135e7866..94d0755912a10682cb9146331ca3482952d5a6f1 100644
|
| --- a/make.bat
|
| +++ b/make.bat
|
| @@ -5,7 +5,7 @@
|
| @ECHO OFF
|
|
|
| rem Launches make.py on Windows, after setting Visual Studio environment variables.
|
| -rem See http://code.google.com/p/skia/wiki/GettingStartedOnWindows
|
| +rem See https://sites.google.com/site/skiadocs/user-documentation/quick-start-guides/windows
|
|
|
| rem Skip environment setup on bots.
|
| if "%CHROME_HEADLESS%"=="1" goto run_python
|
|
|