1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-07-31 12:00:34 +02:00

Merge pull request #3945 from pedrowindisch/patch-1

[p5/en] Fixed a wrong URL
This commit is contained in:
Max Schumacher
2020-07-07 11:59:36 +02:00
committed by GitHub

View File

@@ -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