Skip to content

Commit 5f2c3ab

Browse files
committed
added bdfl short URL
1 parent b39c1c1 commit 5f2c3ab

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

links/FPY.LI.htaccess

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ RedirectTemp /typecoro https://docs.python.org/3.10/library/typing.html#typing.C
3535
RedirectTemp /typing https://docs.python.org/3/library/typing.html
3636
RedirectTemp /weakref https://www.fluentpython.com/extra/weak-references/
3737

38-
# URLs added during QA of the Second Edition
38+
# URL added during QA of the Second Edition
3939
RedirectTemp /bdfl https://www.artima.com/weblogs/viewpost.jsp?thread=235725
4040

4141
# Python Enhancement Proposals

links/custom.htaccess

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ RedirectTemp /typecoro https://docs.python.org/3.10/library/typing.html#typing.C
3535
RedirectTemp /typing https://docs.python.org/3/library/typing.html
3636
RedirectTemp /weakref https://www.fluentpython.com/extra/weak-references/
3737

38-
# URLs added during QA of the Second Edition
38+
# URL added during QA of the Second Edition
3939
RedirectTemp /bdfl https://www.artima.com/weblogs/viewpost.jsp?thread=235725
4040

4141
# Python Enhancement Proposals

links/deploy.sh

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/bash
2+
scp FPY.LI.htaccess [email protected]:~/fpy.li/.htaccess

0 commit comments

Comments
 (0)