harmless edits in .htaccess
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
ErrorDocument 404 /404.html
|
ErrorDocument 404 /404.html
|
||||||
|
|
||||||
# main resources
|
# main resources
|
||||||
|
RedirectTemp /book https://www.oreilly.com/library/view/fluent-python-2nd/9781492056348/
|
||||||
RedirectTemp /code https://github.com/fluentpython/example-code-2e
|
RedirectTemp /code https://github.com/fluentpython/example-code-2e
|
||||||
RedirectTemp /home https://www.fluentpython.com/
|
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 /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 /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 /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 /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 /typecoro https://docs.python.org/3.10/library/typing.html#typing.Coroutine
|
||||||
RedirectTemp /typing https://docs.python.org/3/library/typing.html
|
RedirectTemp /typing https://docs.python.org/3/library/typing.html
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
ErrorDocument 404 /404.html
|
ErrorDocument 404 /404.html
|
||||||
|
|
||||||
# main resources
|
# main resources
|
||||||
|
RedirectTemp /book https://www.oreilly.com/library/view/fluent-python-2nd/9781492056348/
|
||||||
RedirectTemp /code https://github.com/fluentpython/example-code-2e
|
RedirectTemp /code https://github.com/fluentpython/example-code-2e
|
||||||
RedirectTemp /home https://www.fluentpython.com/
|
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 /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 /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 /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 /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 /typecoro https://docs.python.org/3.10/library/typing.html#typing.Coroutine
|
||||||
RedirectTemp /typing https://docs.python.org/3/library/typing.html
|
RedirectTemp /typing https://docs.python.org/3/library/typing.html
|
||||||
|
|||||||
Reference in New Issue
Block a user