Changed the contributor docs, removed the broken link #7359
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Resolves #7220
Changes:
I resolved this by locating the image used in the example within the public/assets folder and replaced all three links which are broken with a single link to the assets folder.
Screenshots of the change:
Before
![before](https://private-user-images.githubusercontent.com/146864801/382889716-15dc871e-cbee-4790-9061-99dc7462d363.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk3NTMwNDksIm5iZiI6MTczOTc1Mjc0OSwicGF0aCI6Ii8xNDY4NjQ4MDEvMzgyODg5NzE2LTE1ZGM4NzFlLWNiZWUtNDc5MC05MDYxLTk5ZGM3NDYyZDM2My5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE3JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxN1QwMDM5MDlaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0wZjZiZjFmMGM1ODZmZjY3OTMwZTNlM2NiNDRhNDQ4NzEzNDQyZGEyOWRkYWFhOTVmYjM2OGJkZWFlN2RiN2IxJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.bpvoRQxlxqII3feAeJ4OI6EwHII3kYfCeW9pNTgRjiw)
After
![after](https://private-user-images.githubusercontent.com/146864801/382889828-d48c1bd9-9b2e-40e2-b565-822e0eb4fde1.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk3NTMwNDksIm5iZiI6MTczOTc1Mjc0OSwicGF0aCI6Ii8xNDY4NjQ4MDEvMzgyODg5ODI4LWQ0OGMxYmQ5LTliMmUtNDBlMi1iNTY1LTgyMmUwZWI0ZmRlMS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE3JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxN1QwMDM5MDlaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1mMmJkMWExNTNiNmJiZDg1MDZlZWVhNjdlMWUwNTBhNzFiMGZkMTVkYmEyNjY5YzNiOGNhYzBiYzhmNzM0ZjQ4JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.NhrfEMOe27z857YdJUr1HcFH0q_IGIEQC2v57piz1kg)
PR Checklist
npm run lint
passes