diff --git a/guide/english/canvas/basic-usage/index.md b/guide/english/canvas/basic-usage/index.md index f932d09878..5540a5077a 100644 --- a/guide/english/canvas/basic-usage/index.md +++ b/guide/english/canvas/basic-usage/index.md @@ -22,9 +22,9 @@ All drawing calls after this will be made from the `ctx` object. The `ctx` repre There are a few available drawing contexts, including `webgl`. WebGL is really an entirely different technology, so we will only focus on 2D drawing. -Paths are the building block of drawing in `canvas`. See the '[Paths](/articles/canvas/paths)' page for more. +Paths are the building block of drawing in `canvas`. See the '[Paths](https://guide.freecodecamp.org/canvas/paths)' page for more. #### More Information: - [MDN Canvas API](https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API) -- [HTMLCanvasElement.getContext() (MDN)](https://developer.mozilla.org/en-US/docs/Web/API/HTMLCanvasElement/getContext) \ No newline at end of file +- [HTMLCanvasElement.getContext() (MDN)](https://developer.mozilla.org/en-US/docs/Web/API/HTMLCanvasElement/getContext)