| Index: gm/imagefilters.cpp
|
| diff --git a/gm/imagefilters.cpp b/gm/imagefilters.cpp
|
| index 8b4deca93a92f53e5380ef62192e572a3f293f90..1998014bbf097331396547caeee5a99a0328138d 100644
|
| --- a/gm/imagefilters.cpp
|
| +++ b/gm/imagefilters.cpp
|
| @@ -14,7 +14,7 @@
|
| * that we apply the xfermode *after* the image has been created and filtered, and not during
|
| * the creation step (i.e. before it is filtered).
|
| *
|
| - * see skbug.com/3741
|
| + * see https://bug.skia.org/3741
|
| */
|
| static void do_draw(SkCanvas* canvas, SkXfermode::Mode mode, SkImageFilter* imf) {
|
| SkAutoCanvasRestore acr(canvas, true);
|
|
|