Comments Style:  s/skbug.com/bug.skia.org/
DOCS_PREVIEW= https://skia.org/?cl=1432503003

Review URL: https://codereview.chromium.org/1432503003
diff --git a/tests/ImageTest.cpp b/tests/ImageTest.cpp
index 7cdf5b4..4768b8b 100644
--- a/tests/ImageTest.cpp
+++ b/tests/ImageTest.cpp
@@ -38,7 +38,7 @@
     REPORTER_ASSERT(reporter, widthA == b->width());
     REPORTER_ASSERT(reporter, heightA == b->height());
 #if 0
-    // see skbug.com/3965
+    // see https://bug.skia.org/3965
     bool AO = a->isOpaque();
     bool BO = b->isOpaque();
     REPORTER_ASSERT(reporter, AO == BO);
@@ -347,7 +347,7 @@
 }
 #endif
 
-// http://skbug.com/4390
+// https://bug.skia.org/4390
 DEF_TEST(ImageFromIndex8Bitmap, r) {
     SkPMColor pmColors[1] = {SkPreMultiplyColor(SK_ColorWHITE)};
     SkBitmap bm;