Fix broken link in README.md for "Build an App in Pure JS" tutorial #538
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.
Issue #512 In javascript section, Build an App in Pure JS link is not working resolved
Build an App in Pure JS link was not working due to the "ERROR 410 User deactivated or deleted their account". New URL for this post is updated in the README.md file.
Description
This pull request updates the broken link in the README.md file that previously pointed to a "Build an App in Pure JS" tutorial. The original link resulted in a "410 User deactivated or deleted their account" error.
Motivation and Context
This change is required to fix a broken link in the README.md file. The original link pointed to a "Build an App in Pure JS" tutorial, but the user who created that resource deactivated or deleted their account, resulting in a "410 User deactivated or deleted their account" error. This broken link provides a poor user experience and prevents users from accessing the intended resource.
How Has This Been Tested?
I've tested this change by manually verifying the following:
Types of changes
Checklist: