Fix broken Packt product URLs in README - #3
Open
ANcpLua wants to merge 1 commit into
Open
Conversation
The product links on lines 4, 23, 128, and 130 pointed to Packt store URLs that return 404. Replace them with the live product page URLs. Co-Authored-By: Claude Fable 5 <noreply@anthropic.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.
What
Fixes four
packtpub.comproduct links in the README that currently return 404 Page Not Found:.../microservices-design-patterns-in-net-second-edition/9781837027415.../c-14-and-net-10--modern-cross-platform-development-fundamentals-tenth-edition/9781836206637.../real-world-web-development-with-net-10-second-edition/9781835888926Why
The Packt store's current URL scheme is
/{slug}-{isbn}rather than/{slug}-{edition}/{isbn}, so the old-style links land on the 404 page. The replacement URLs were verified in a browser to resolve to the correct product pages.Content-only README change — complete and verified (all four links open the correct product pages).
🤖 Generated with Claude Code