Skip to content

Fix broken Packt product URLs in README - #3

Open
ANcpLua wants to merge 1 commit into
PacktPublishing:mainfrom
ANcpLua:fix/readme-packt-urls
Open

Fix broken Packt product URLs in README#3
ANcpLua wants to merge 1 commit into
PacktPublishing:mainfrom
ANcpLua:fix/readme-packt-urls

Conversation

@ANcpLua

@ANcpLua ANcpLua commented Jul 6, 2026

Copy link
Copy Markdown

What

Fixes four packtpub.com product links in the README that currently return 404 Page Not Found:

Line Old (404) New (live)
4, 23 .../microservices-design-patterns-in-net-second-edition/9781837027415 https://www.packtpub.com/en-us/product/microservices-design-patterns-in-net-9781837027408
128 .../c-14-and-net-10--modern-cross-platform-development-fundamentals-tenth-edition/9781836206637 https://www.packtpub.com/en-us/product/c-14-and-net-10-modern-cross-platform-development-fundamentals-9781836206620
130 .../real-world-web-development-with-net-10-second-edition/9781835888926 https://www.packtpub.com/en-us/product/real-world-web-development-with-net-10-9781835888933

Why

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

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant