Skip to content

Commit d1ab60d

Browse files
Merge pull request #892 from KKVANONYMOUS/main
Fix broken link in the first line of File Structure section in README
2 parents eb71562 + 08e552f commit d1ab60d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Once you've setup the site, type `npm run watch` to run the website. This should
2424

2525
## File structure
2626

27-
* __See note about what to include in pull requests [here](https://github.com/processing/p5.js-website/wiki/Pull-requests).__
27+
* __See note about what to include in pull requests [here](https://github.com/processing/p5.js/blob/main/contributor_docs/preparing_a_pull_request.md).__
2828
* `src/` – All the pieces for generating the built site. __Edits should be made here.__
2929
* `assets/` – All static files (imgs, css, fonts, js, p5_featured homepage sketches)
3030
* Note: if you make edits here you must restart the server to see your changes. To see changes immediately, you can edit the assets files in the dist directory, but need to copy and paste your updated work here for it to be saved.

0 commit comments

Comments
 (0)