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/src/gpu/GrResourceProvider.h b/src/gpu/GrResourceProvider.h
index a709c70..6c57371 100644
--- a/src/gpu/GrResourceProvider.h
+++ b/src/gpu/GrResourceProvider.h
@@ -31,7 +31,7 @@
  *
  * This currently inherits from GrTextureProvider non-publically to force callers to provider
  * make a flags (pendingIO) decision and not use the GrTP methods that don't take flags. This
- * can be relaxed once http://skbug.com/4156 is fixed.
+ * can be relaxed once https://bug.skia.org/4156 is fixed.
  */
 class GrResourceProvider : protected GrTextureProvider {
 public:
@@ -98,7 +98,7 @@
          *  set when accessing resources during a GrDrawTarget flush. This includes the execution of
          *  GrBatch objects. The reason is that these memory operations are done immediately and
          *  will occur out of order WRT the operations being flushed.
-         *  Make this automatic: http://skbug.com/4156
+         *  Make this automatic: https://bug.skia.org/4156
          */
         kNoPendingIO_Flag = kNoPendingIO_ScratchTextureFlag,
     };