mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-06 23:06:49 +02:00
Fixed a wrong URL
The URL had a quote on the end, redirecting the user to processing.org%22, instead of processing.org.
This commit is contained in:
committed by
GitHub
parent
bf39f18a78
commit
bd01b590cf
@@ -7,7 +7,7 @@ contributors:
|
|||||||
filename: p5.js
|
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.
|
Since p5 is a JavaScript library, you should learn [Javascript](https://learnxinyminutes.com/docs/javascript/) first.
|
||||||
|
|
||||||
```js
|
```js
|
||||||
|
Reference in New Issue
Block a user