Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(263)

Unified Diff: Makefile

Issue 856353004: Fix references to https://sites.google.com/site/skiadocs/. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: lua Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « CONTRIBUTING ('k') | README » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Makefile
diff --git a/Makefile b/Makefile
index 68e7b294ff01ecd0de0d79bfbafe6afb3ae06a39..baaabfa70b6fe08a8469acccea4c8b4c45810960 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"
« no previous file with comments | « CONTRIBUTING ('k') | README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698