-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This pull request fixes a broken link causing a "Page Not Found" error Fixes #13992 #14070
This pull request fixes a broken link causing a "Page Not Found" error Fixes #13992 #14070
Conversation
Broken link fix for bug report ethereum#14023
Update tutorials.tsx
✅ Deploy Preview for ethereumorg ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Thanks @Xcertik-Realist Tried pushing up some cleanup on this, but dont have access to your repo. On second thought looking at this more, we should just remove the pull request option from this menu. We want someone to suggest a tutorial and get approval before working on it, so a PR isnt appropriate here anymore. What should be done is remove this section, as well as remove all the translations for it from files:
If you give me access to push, I can also just push up these. |
Sorry just seen your comment I'll add you to the repo |
No need to apologize @Xcertik-Realist! Thanks for getting that sorted. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @Xcertik-Realist!
@all-contributors can you add @Xcertik-Realist for content |
I've put up a pull request to add @Xcertik-Realist! 🎉 |
Congrats, your important contribution to this open-source project has earned you a GitPOAP! Be sure to join the Ethereum.org discord if you are interested in contributing further to the project or have any questions for the team. GitPOAP: 2024 Ethereum.org Contributor: Head to gitpoap.io & connect your GitHub account to mint! Learn more about GitPOAPs here. |
Description
This PR addresses a "Page Not Found" error caused by a broken link.
The incorrect URL was preventing users from accessing the correct page.
The link has now been updated to the correct one, resolving the issue in question.
Related Issue
I have now fixed the bug by updating the incorrect link which was causing a "Page Not Found" error.
The link now directs users to the correct page.
Fixes #13992