game-programming-patterns icon indicating copy to clipboard operation
game-programming-patterns copied to clipboard

Broken Link to Stevey's Blog Rants on Kindle

Open VincentVazzo opened this issue 10 years ago • 1 comments

The link to "The Universal Design Pattern" in the Prototype chapter on Kindle links to:

http://steve-yegge.blogspot.com/2008/10/universal-design-patter%0An.html

instead of

http://steve-yegge.blogspot.com/2008/10/universal-design-pattern.html

VincentVazzo avatar Dec 30 '14 21:12 VincentVazzo

https://github.com/munificent/game-programming-patterns/commit/a8cf7562f8db042f413b949a8ede493f76d8963e#diff-14c8b73d19fa8184434005ccc9ed1045L297 ^This commit changed the entire file to wrap at 80 columns. Simply fixing the link won't probably fix the root problem.

Either @munificent's editor needs smarter wrapping, or Python's markdown library needs to be patched.

ento avatar Feb 22 '16 18:02 ento