From f54507661a9f8610dba4af2e8913f836d6a4824d Mon Sep 17 00:00:00 2001 From: NicholasGillen <80383027+NicholasGillen@users.noreply.github.com> Date: Wed, 10 Jul 2024 14:21:06 +0100 Subject: [PATCH 1/2] Fix 'Learning' links in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 57fcfc3e0c..1f2371cf68 100644 --- a/README.md +++ b/README.md @@ -33,10 +33,10 @@ To get the complete p5.js library on your own computer, you can [download it her Check out [p5js.org](https://p5js.org) for lots more! Here are some quick-links to get started learning p5.js. -* [Get Started](https://p5js.org/get-started): Create and run your first sketch! +* [Get Started](https://p5js.org/tutorials/get-started): Create and run your first sketch! * [p5.js overview](https://github.com/processing/p5.js/wiki/p5.js-overview): An overview of the main features and functionality of p5.js * [Reference](https://p5js.org/reference): The functionality supported by p5.js -* [Learn](https://p5js.org/learn): Tutorials and short, prototypical examples exploring the basics of p5.js +* [Learn](https://p5js.org/tutorials): Tutorials and short, prototypical examples exploring the basics of p5.js * [Forum](https://discourse.processing.org/c/p5js): Ask and answer questions about how to make things with p5.js here * [Libraries](https://p5js.org/libraries): Extend p5 functionality to interact with HTML, manipulate sound, and more! * [The Coding Train p5.js Tutorials](https://thecodingtrain.com/beginners/p5js/): A huge trove of tutorials created by Dan Shiffman and friends From 89584b9d4feb93d89035e6c3a19b5acddf7b18cf Mon Sep 17 00:00:00 2001 From: NicholasGillen <80383027+NicholasGillen@users.noreply.github.com> Date: Thu, 11 Jul 2024 04:47:19 +0100 Subject: [PATCH 2/2] Update 'Get Started' link in 'Get Started' section in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f2371cf68..e5c3cba417 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Learn more about [our community](https://p5js.org/community/) and read our commu ## Get Started -Make your first sketch in the [p5.js Editor](https://editor.p5js.org/)! Learn more about sketching with p5.js on the [Get Started](https://p5js.org/get-started/) and find everything you can do in the [Reference](https://p5js.org/reference/). +Make your first sketch in the [p5.js Editor](https://editor.p5js.org/)! Learn more about sketching with p5.js on the [Get Started](https://p5js.org/tutorials/get-started/) and find everything you can do in the [Reference](https://p5js.org/reference/). To get the complete p5.js library on your own computer, you can [download it here](https://p5js.org/download). If you are interested in the most recent, less stable version, or even simply in (**new!**) certain components of p5.js, you can clone this repository and run `grunt` from the command line to generate the library from source. See the [contributor docs](https://p5js.org/contribute/#docs) for more information about our build process.