From 59f22402740373cb8d328e466d249cb8337f75ab Mon Sep 17 00:00:00 2001 From: PsiActual Date: Sun, 14 Apr 2019 00:46:09 -0400 Subject: [PATCH] Fixed the broken link for Paths in the final paragraph (#32156) --- guide/english/canvas/basic-usage/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)