aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Thiago Farina <tfarina@chromium.org>2015-02-03 13:12:54 -0200
committerGravatar Thiago Farina <tfarina@chromium.org>2015-02-03 13:12:54 -0200
commit4c93a126889bf71b2eab5a5fa6375d731809dcb8 (patch)
tree5aa3b0636ebd33622036edf51636c68cce839935 /Makefile
parent658d55cd6121c67488aaf5d0832c9712737f26a5 (diff)
Point them to their equivalent in https://skia.org. BUG=None R=hcm@google.com, jcgregorio@google.com NOTRY=true Review URL: https://codereview.chromium.org/856353004
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 68e7b294ff..baaabfa70b 100644
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,7 @@
# If you want more fine-grained control, you can run gyp and then build the
# gyp-generated projects yourself.
#
-# See https://sites.google.com/site/skiadocs/ for complete documentation.
+# See https://skia.org for complete documentation.
SKIA_OUT ?= out
BUILDTYPE ?= Debug
@@ -67,7 +67,7 @@ default: most
uname := $(shell uname)
ifneq (,$(findstring CYGWIN, $(uname)))
- $(error Cannot build using Make on Windows. See https://sites.google.com/site/skiadocs/user-documentation/quick-start-guides/windows)
+ $(error Cannot build using Make on Windows. See https://skia.org/user/quick/windows)
endif
# If user requests "make all", chain to our explicitly-declared "everything"