diff options
author | Max Schumacher <maximilianbschumacher@gmail.com> | 2020-07-07 11:59:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-07 11:59:36 +0200 |
commit | 92767297675cce98fbc38fcec73b7c0c741f8e8d (patch) | |
tree | e4993c3390f01eb8b9adac9970827c49ca3f787d | |
parent | 0a407509df2feada5d43234fdbb5c42d7fca63e9 (diff) | |
parent | 53efb0eca46db8fe613360f84d8e49e25a7552ae (diff) |
Merge pull request #3945 from pedrowindisch/patch-1
[p5/en] Fixed a wrong URL
-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..f6084b98 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](https://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 |