| Index: gm/cubicpaths.cpp
|
| diff --git a/gm/cubicpaths.cpp b/gm/cubicpaths.cpp
|
| index e0f6933f17603fb699c9de048568e969634a8ef3..413c51757e916c34c99ee1bddf03b1a74d7802bb 100644
|
| --- a/gm/cubicpaths.cpp
|
| +++ b/gm/cubicpaths.cpp
|
| @@ -11,7 +11,7 @@
|
| #include "SkPath.h"
|
| #include "SkRandom.h"
|
|
|
| -// skbug.com/1316 shows that this cubic, when slightly clipped, creates big
|
| +// https://bug.skia.org/1316 shows that this cubic, when slightly clipped, creates big
|
| // (incorrect) changes to its control points.
|
| class ClippedCubicGM : public skiagm::GM {
|
| public:
|
|
|