processing / p5.js

p5.js is a client-side JS platform that empowers artists, designers, students, and anyone to learn to code and express themselves creatively on the web. It is based on the core principles of Processing. http://twitter.com/p5xjs —
http://p5js.org/
GNU Lesser General Public License v2.1
21.5k stars 3.29k forks source link

fix link in documentation_style_guide.md #7051

Closed lottihill closed 4 months ago

lottihill commented 4 months ago

Resolves #7050

Changes:

Added the missing link in the sentence: 'Use the idioms recommended in this guide.'

Now links to: https://github.com/processing/p5.js/blob/main/contributor_docs/contributing_to_the_p5.js_reference.md

Screenshots of the change:

Before Screenshot (43) After image

welcome[bot] commented 4 months ago

🎉 Thanks for opening this pull request! Please check out our contributing guidelines if you haven't already. And be sure to add yourself to the list of contributors on the readme page!

limzykenneth commented 4 months ago

@lottihill Sorry I think I misunderstood what you were asking before. The "this guide" mentioned in the changes you made here refers to the current document instead of the document being linked to in this PR. The link that needs to be changed is this one.

For the "this guide" I think it can potentially be linked somewhere in this document, @nickmcintyre can probably provide a bit more context.

Qianqianye commented 4 months ago

Thanks @lottihill. Closing this PR because it's fixed in #7053