docs: fix two dead links to the contract tutorials - #623
Open
boleklebovski wants to merge 1 commit into
Open
Conversation
The /tutorials/codealong/ path 404s; the tutorials now live under /developers/docs/tutorials/contract_tutorials/. Signed-off-by: boleklebovski <160799963+boleklebovski@users.noreply.github.com>
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.
Problem
Both links into the contract tutorials use the old
/developers/tutorials/codealong/path, which now 404s:README.md:26.../developers/tutorials/codealong/contract_tutorials/private_voting_contracthackathons/INSPIRATION.md:68.../developers/tutorials/codealong/contract_tutorials/crowdfunding_contractThe README one is the more painful of the two: it is the "📑 Learn by doing with Aztec Tutorials" line near the top, so it is among the first things a newcomer clicks.
Fix
Drop the
codealong/segment and use the current/developers/docs/tutorials/contract_tutorials/prefix.Verification
Both old URLs confirmed 404 twice; both replacements confirmed 200 twice.
Related: #561 asks for an automated URL checker, which would have caught these.
Note on overlap: #541 also edits
hackathons/INSPIRATION.md, but it changes lines 14, 77 and 91 (wording/casing) and does not touch line 68, so the two should not conflict.