Fixed the broken link for Paths in the final paragraph (#32156)

pull/31795/head^2
PsiActual 2019-04-14 00:46:09 -04:00 committed by The Coding Aviator
parent 7a4a1de4cd
commit 59f2240274
1 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ 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: