fix: replace beta.p5js.org links with p5js.org in contributor docs#8966
fix: replace beta.p5js.org links with p5js.org in contributor docs#8966Nwakaego-Ego wants to merge 2 commits into
Conversation
|
🎉 Thanks for opening this pull request! For guidance on contributing, check out our contributor guidelines and other resources for contributors! Thank You! |
There was a problem hiding this comment.
Thanks @Nwakaego-Ego ! A couple of minor things then it will be good to go:
| ### A note about p5.js versions | ||
|
|
||
| This document describes how to work with p5.js version 2.x, whose reference documentation is currently being hosted at https://beta.p5js.org/reference/. If you are documenting code for p5.js v1.x, you should consult [this document](https://p5js.org/contribute/contributing_to_the_p5js_reference/), instead, as some of the syntax and processes are different. | ||
| This document describes how to work with p5.js version 2.x, whose reference documentation is at https://p5js.org/reference/. If you are documenting code for p5.js v1.x, you should consult [this document](https://p5js.org/contribute/contributing_to_the_p5js_reference/), instead, as some of the syntax and processes are different. |
There was a problem hiding this comment.
| Full examples: | ||
|
|
||
| From the description of [dist](https://beta.p5js.org/reference/p5/dist/) in [calculation.js](https://github.com/processing/p5.js/blob/dev-2.0/src/math/calculation.js) | ||
| From the description of [dist](https://p5js.org/reference/p5/dist/) in [calculation.js](https://github.com/processing/p5.js/blob/dev-2.0/src/math/calculation.js) |
There was a problem hiding this comment.
Minor: https://github.com/processing/p5.js/blob/dev-2.0/src/math/calculation.js should rather be https://github.com/processing/p5.js/blob/main/src/math/calculation.js (though it does auto redirect)
Addresses processing/p5.js-website#1493
Replaces beta.p5js.org links with p5js.org in contributor docs following the p5.js v2 website switch.