File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# Short links for URLs in the book
22
3- ## The problem : link rot
3+ ## Problem : link rot
44
55_ Fluent Python, Second Edition_ has more than 1000 links to external resources.
66Inevitably, some of those links will rot as time passes.
7- But I can't change the URLs in the print book!
7+ But I can't change the URLs in the print book...
88
9- ## The solution : indirection
9+ ## Solution : indirection
1010
1111I replaced almost all URLs in the book with shortened versions that go through the ` fpy.li ` site which I control.
1212The site has an ` .htaccess ` file with * temporary* redirects.
1313
1414When I find out a link is stale, I can thange the redirect in ` .htaccess ` to a new target,
15- so the link in the book is back in service via the updated redirect.
15+ so the link in the book is back in service through the updated redirect.
1616
1717## Help wanted
1818
You can’t perform that action at this time.
0 commit comments