aboutsummaryrefslogtreecommitdiffhomepage
path: root/PRESUBMIT.py
diff options
context:
space:
mode:
authorGravatar Ravi Mistry <rmistry@google.com>2018-05-22 08:37:24 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-05-22 12:48:24 +0000
commit5c646cf10fd9f4db788d3993ea73093649306e80 (patch)
tree5741feb8d7e2e895df91bf3d79cefcd5725e2ecc /PRESUBMIT.py
parent2c2a119f945eedaced4bf081347a53f05cf0c39c (diff)
Update docs preview URL in presubmit
NoTry: true Bug: skia: Change-Id: Id5b374f707ac44770a5142f104202d6509410767 Reviewed-on: https://skia-review.googlesource.com/129505 Reviewed-by: Joe Gregorio <jcgregorio@google.com> Commit-Queue: Ravi Mistry <rmistry@google.com>
Diffstat (limited to 'PRESUBMIT.py')
-rw-r--r--PRESUBMIT.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index f9747fa1f6..8e333906f9 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -37,7 +37,7 @@ PUBLIC_API_OWNERS = (
AUTHORS_FILE_NAME = 'AUTHORS'
-DOCS_PREVIEW_URL = 'https://skia.org/?cl='
+DOCS_PREVIEW_URL = 'https://preview.skia.org/?cl='
GOLD_TRYBOT_URL = 'https://gold.skia.org/search?issue='
# Path to CQ bots feature is described in https://bug.skia.org/4364