bpo-25910: Link redirections in docs (#1933)

Fixes some redirection links in docs.
This commit is contained in:
Sanyam Khurana 2018-01-20 05:55:37 +05:30 committed by Victor Stinner
parent 7464e87a65
commit 338cd83c5d
37 changed files with 61 additions and 63 deletions

View file

@ -261,5 +261,5 @@ and classes for traversing abstract syntax trees:
.. seealso::
`Green Tree Snakes <https://greentreesnakes.readthedocs.org/>`_, an external documentation resource, has good
`Green Tree Snakes <https://greentreesnakes.readthedocs.io/>`_, an external documentation resource, has good
details on working with Python ASTs.