diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2022-09-27 11:08:11 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-27 11:08:11 (GMT) |
commit | dd53b79de0ea98af6a11481217a961daef4e9774 (patch) | |
tree | 2cf023dbe74e517577a9ab758e6147d4a91ae095 /Doc/library/ast.rst | |
parent | adbed2d542a815b8175db965742211856b19b52f (diff) | |
download | cpython-dd53b79de0ea98af6a11481217a961daef4e9774.zip cpython-dd53b79de0ea98af6a11481217a961daef4e9774.tar.gz cpython-dd53b79de0ea98af6a11481217a961daef4e9774.tar.bz2 |
gh-96959: Update more HTTP links (GH-97536)
Use HTTPS for documents which are available by both HTTP and HTTPS
links, but there is no redirection from HTTP to HTTPS or vice versa.
Diffstat (limited to 'Doc/library/ast.rst')
-rw-r--r-- | Doc/library/ast.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/ast.rst b/Doc/library/ast.rst index 9aa545d..0349130 100644 --- a/Doc/library/ast.rst +++ b/Doc/library/ast.rst @@ -2269,7 +2269,7 @@ to stdout. Otherwise, the content is read from stdin. code that generated them. This is helpful for tools that make source code transformations. - `leoAst.py <http://leoeditor.com/appendices.html#leoast-py>`_ unifies the + `leoAst.py <https://leoeditor.com/appendices.html#leoast-py>`_ unifies the token-based and parse-tree-based views of python programs by inserting two-way links between tokens and ast nodes. |