summaryrefslogtreecommitdiffhomepage
path: root/p5.html.markdown
diff options
context:
space:
mode:
authorPedro Henrique Windisch <pedrowindisch@gmail.com>2020-06-01 13:42:15 -0300
committerGitHub <noreply@github.com>2020-06-01 13:42:15 -0300
commitbd01b590cfa5b677c5b654897cf92531c3596b4a (patch)
treef714a3eb0339a42109041ce57ce072d30c149821 /p5.html.markdown
parentbf39f18a78c6693109ccdde54f972dc555900b41 (diff)
Fixed a wrong URL
The URL had a quote on the end, redirecting the user to processing.org%22, instead of processing.org.
Diffstat (limited to 'p5.html.markdown')
-rw-r--r--p5.html.markdown2
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