From be23418776414ccc6d534ba4dcbe1361b94f4356 Mon Sep 17 00:00:00 2001 From: Thiago Farina Date: Mon, 13 Oct 2014 17:56:30 -0300 Subject: [PATCH] Link to skiadocs site, since that is the canonical location for documentation. BUG=None TEST=None R=borenet@google.com, rmistry@google.com Review URL: https://codereview.chromium.org/646853002 --- make.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make.bat b/make.bat index 2b6a629..94d0755 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 -- 2.7.4