harmless edits in .htaccess
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
ErrorDocument 404 /404.html
|
||||
|
||||
# main resources
|
||||
RedirectTemp /book https://www.oreilly.com/library/view/fluent-python-2nd/9781492056348/
|
||||
RedirectTemp /code https://github.com/fluentpython/example-code-2e
|
||||
RedirectTemp /home https://www.fluentpython.com/
|
||||
|
||||
@@ -29,7 +30,6 @@ RedirectTemp /pycook3 https://www.oreilly.com/library/view/python-cookbook-3rd
|
||||
RedirectTemp /pynut3 https://www.oreilly.com/library/view/python-in-a/9781491913833/
|
||||
RedirectTemp /pypydif https://doc.pypy.org/en/latest/cpython_differences.html#subclasses-of-built-in-types
|
||||
RedirectTemp /shed4051 https://github.com/python/typeshed/issues/4051
|
||||
RedirectTemp /slatkin https://effectivepython.com/
|
||||
RedirectTemp /specattr https://docs.python.org/3/library/stdtypes.html#special-attributes
|
||||
RedirectTemp /typecoro https://docs.python.org/3.10/library/typing.html#typing.Coroutine
|
||||
RedirectTemp /typing https://docs.python.org/3/library/typing.html
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
ErrorDocument 404 /404.html
|
||||
|
||||
# main resources
|
||||
RedirectTemp /book https://www.oreilly.com/library/view/fluent-python-2nd/9781492056348/
|
||||
RedirectTemp /code https://github.com/fluentpython/example-code-2e
|
||||
RedirectTemp /home https://www.fluentpython.com/
|
||||
|
||||
@@ -29,7 +30,6 @@ RedirectTemp /pycook3 https://www.oreilly.com/library/view/python-cookbook-3rd
|
||||
RedirectTemp /pynut3 https://www.oreilly.com/library/view/python-in-a/9781491913833/
|
||||
RedirectTemp /pypydif https://doc.pypy.org/en/latest/cpython_differences.html#subclasses-of-built-in-types
|
||||
RedirectTemp /shed4051 https://github.com/python/typeshed/issues/4051
|
||||
RedirectTemp /slatkin https://effectivepython.com/
|
||||
RedirectTemp /specattr https://docs.python.org/3/library/stdtypes.html#special-attributes
|
||||
RedirectTemp /typecoro https://docs.python.org/3.10/library/typing.html#typing.Coroutine
|
||||
RedirectTemp /typing https://docs.python.org/3/library/typing.html
|
||||
|
||||
Reference in New Issue
Block a user