docs: fix broken Erlang chat tutorial link#896
Closed
chenlichao wants to merge 1 commit into
Closed
Conversation
Member
|
Thanks for the PR! The tutorial actually just moved to a new URL on the same site, so the entry now points at the live page (commit 9859dbe) instead of an archive snapshot. Appreciate the fix! |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in 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.
Description
Updates the Erlang "Making a Chat App with Erlang, Rebar, Cowboy and Bullet" entry to point to an archived copy of the original tutorial.
Motivation and Context
The current
marianoguerra.orgURL returns 404 Not Found. This fixes #840 by preserving the original tutorial through the Wayback Machine instead of leaving a broken link in the README.How Has This Been Tested?
git diff --checkHTTP Error 404: Not Found200and contains the tutorial titleTypes of changes
Checklist: