-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Fix/broken links in tutorials #543
Merged
Qianqianye
merged 27 commits into
processing:main
from
ff6347:fix/broken-links-tutorials
Sep 24, 2024
Merged
Fix/broken links in tutorials #543
Qianqianye
merged 27 commits into
processing:main
from
ff6347:fix/broken-links-tutorials
Sep 24, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Link was present in old page but is not in new https://web.archive.org/web/20230701000000*/https://p5js.org/examples/color-radial-gradient.html Based on the snapshots of the wayback machine this was just a small example
I guess the variables-and-change tutorial could be referenced here
This link was present in the old site not in the new https://web.archive.org/web/20240228085129/https://p5js.org/examples/control-logical-operators.html I guess it was removed since it was a faulty or broken
There is no record on the wayback machine that this ever existed
Based on the wayback machine, this never existed https://web.archive.org/web/20240101000000*/%20https://p5js.org/examples/3d-blur-using-framebuffer-depth.html
Also remove en from url
@Qianqianye This is the first PR. I did commit each change by its own but it think this could be squashed to not create to much noise in the git history. |
Look great, thanks @ff6347! |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
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.
This PR fixes all broken links in /tutorials/.
related to #527