diff options
author | Emiliano Policardo <emilianopolicardo@gmail.com> | 2022-02-28 19:53:51 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-28 18:53:51 -0400 |
commit | 5c177fd34f91fa3af58afe2244aac22921d8b63c (patch) | |
tree | 5c66d55f1ad062107b90be7ced1db583faa918d8 | |
parent | 0bce429ccec2a77c782400d9d3d3ba6f8e237432 (diff) | |
download | translated-content-5c177fd34f91fa3af58afe2244aac22921d8b63c.tar.gz translated-content-5c177fd34f91fa3af58afe2244aac22921d8b63c.tar.bz2 translated-content-5c177fd34f91fa3af58afe2244aac22921d8b63c.zip |
Update Link for Tutorial de Python en Español (#4318)
* Update Link for Tutorial de Python en Español
Previous link was not working.
* Update Docs Link
-rw-r--r-- | files/es/glossary/python/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/es/glossary/python/index.html b/files/es/glossary/python/index.html index 15540845f5..48acc52ed7 100644 --- a/files/es/glossary/python/index.html +++ b/files/es/glossary/python/index.html @@ -20,5 +20,5 @@ translation_of: Glossary/Python <ul> <li>{{interwiki('wikipedia','Python','Python')}} en Wikipedia</li> - <li><a href="http://docs.python.org.ar/tutorial/3/index.html">Tutorial de Python en Español</a></li> + <li><a href="https://docs.python.org/es/3/tutorial/index.html">Tutorial de Python en Español</a></li> </ul> |