diff options
author | Pedro Henrique Windisch <pedrowindisch@gmail.com> | 2020-06-01 13:42:15 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-01 13:42:15 -0300 |
commit | bd01b590cfa5b677c5b654897cf92531c3596b4a (patch) | |
tree | f714a3eb0339a42109041ce57ce072d30c149821 | |
parent | bf39f18a78c6693109ccdde54f972dc555900b41 (diff) |
Fixed a wrong URL
The URL had a quote on the end, redirecting the user to processing.org%22, instead of processing.org.
-rw-r--r-- | p5.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/p5.html.markdown b/p5.html.markdown index be22d3e5..b6de2efb 100644 --- a/p5.html.markdown +++ b/p5.html.markdown @@ -7,7 +7,7 @@ contributors: filename: p5.js --- -p5.js is a JavaScript library that starts with the original goal of [Processing](http://processing.org"), to make coding accessible for artists, designers, educators, and beginners, and reinterprets this for today's web. +p5.js is a JavaScript library that starts with the original goal of [Processing](http://processing.org), to make coding accessible for artists, designers, educators, and beginners, and reinterprets this for today's web. Since p5 is a JavaScript library, you should learn [Javascript](https://learnxinyminutes.com/docs/javascript/) first. ```js |