added bdfl short URL

This commit is contained in:
Luciano Ramalho 2022-02-16 14:40:49 -03:00
parent 08318a657a
commit b39c1c1f04
3 changed files with 10 additions and 1 deletions

View File

@ -35,6 +35,9 @@ RedirectTemp /typecoro https://docs.python.org/3.10/library/typing.html#typing.C
RedirectTemp /typing https://docs.python.org/3/library/typing.html
RedirectTemp /weakref https://www.fluentpython.com/extra/weak-references/
# URLs added during QA of the Second Edition
RedirectTemp /bdfl https://www.artima.com/weblogs/viewpost.jsp?thread=235725
# Python Enhancement Proposals
RedirectTemp /pep218 https://www.python.org/dev/peps/pep-0218/
RedirectTemp /pep227 https://www.python.org/dev/peps/pep-0227/

View File

@ -12,7 +12,10 @@ I replaced almost all URLs in the book with shortened versions that go through t
The site has an `.htaccess` file with *temporary* redirects.
When I find out a link is stale, I can thange the redirect in `.htaccess` to a new target,
so the link in the book is back in service through the updated redirect.
which may be a link to copy in the Internet Archive's
[Wayback Machine](https://archive.org/web/)
o the link in the book is back in service through the updated redirect.
## Help wanted

View File

@ -35,6 +35,9 @@ RedirectTemp /typecoro https://docs.python.org/3.10/library/typing.html#typing.C
RedirectTemp /typing https://docs.python.org/3/library/typing.html
RedirectTemp /weakref https://www.fluentpython.com/extra/weak-references/
# URLs added during QA of the Second Edition
RedirectTemp /bdfl https://www.artima.com/weblogs/viewpost.jsp?thread=235725
# Python Enhancement Proposals
RedirectTemp /pep218 https://www.python.org/dev/peps/pep-0218/
RedirectTemp /pep227 https://www.python.org/dev/peps/pep-0227/