From e2166d9a02bb4ec2f64d530027bd5cbe94a59d00 Mon Sep 17 00:00:00 2001 From: iamnikhilranjan Date: Tue, 5 Nov 2024 00:32:31 +0530 Subject: [PATCH 1/2] Changed the contributor docs, removed the broken link --- contributor_docs/documentation_style_guide.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/contributor_docs/documentation_style_guide.md b/contributor_docs/documentation_style_guide.md index 8e42b45116..704810c112 100644 --- a/contributor_docs/documentation_style_guide.md +++ b/contributor_docs/documentation_style_guide.md @@ -1225,9 +1225,7 @@ class Mover { - Always load assets from a folder called "assets". > Why? It models good project organization. It's also required for assets to load on the p5.js website. Place assets in the following folders to include them in our online documentation: -- Examples: [src/data/examples/assets](https://github.com/processing/p5.js-website/tree/main/src/data/examples) -- Reference Pages: [src/templates/pages/reference/assets](https://github.com/processing/p5.js-website/tree/main/src/templates/pages/reference/assets) -- Learn Pages: [src/assets/learn](https://github.com/processing/p5.js-website/tree/main/src/assets/learn) +- [public/assets](https://github.com/processing/p5.js-website/tree/main/public) ```javascript let img; From 9ab43b5796228dc0a70ac541a52ff09914324918 Mon Sep 17 00:00:00 2001 From: iamnikhilranjan Date: Sat, 9 Nov 2024 06:45:41 +0530 Subject: [PATCH 2/2] Add title for clarity --- contributor_docs/documentation_style_guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributor_docs/documentation_style_guide.md b/contributor_docs/documentation_style_guide.md index 704810c112..5a43e10032 100644 --- a/contributor_docs/documentation_style_guide.md +++ b/contributor_docs/documentation_style_guide.md @@ -1225,7 +1225,7 @@ class Mover { - Always load assets from a folder called "assets". > Why? It models good project organization. It's also required for assets to load on the p5.js website. Place assets in the following folders to include them in our online documentation: -- [public/assets](https://github.com/processing/p5.js-website/tree/main/public) +- Reference Pages: [public/assets](https://github.com/processing/p5.js-website/tree/main/public/assets) ```javascript let img;