Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 93c213b

Browse filesBrowse files
authored
Merge pull request #333 from python/update-repo-url
Update repository URL
2 parents 0893509 + 024118f commit 93c213b
Copy full SHA for 93c213b

File tree

Expand file treeCollapse file tree

2 files changed

+5
-5
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+5
-5
lines changed

‎.overrides/CONTRIBUTING.rst

Copy file name to clipboardExpand all lines: .overrides/CONTRIBUTING.rst
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Necesitamos *mucho* de tu ayuda para poder seguir adelante con este proyecto.
2727

2828
#. Agrega el repositorio original como "upstream"::
2929

30-
git remote add upstream https://github.com/pycampes/python-docs-es.git
30+
git remote add upstream https://github.com/python/python-docs-es.git
3131

3232
#. Crea una rama nueva en base al artículo en el que vayas a trabajar.
3333
Por ejemplo, si vas a trabajar en el archivo ``glosario.po``, usa un nombre similar a::
@@ -118,12 +118,12 @@ Puedes ver el resultado con tu navegador de internet (Firefox, Chrome, etc) ejec
118118
Y luego accediendo a http://localhost:8000/
119119

120120

121-
.. _repositorio: https://github.com/PyCampES/python-docs-es
121+
.. _repositorio: https://github.com/python/python-docs-es
122122
.. _ayuda oficial de GitHub: https://help.github.com/es/github/getting-started-with-github/fork-a-repo
123123
.. _ayuda oficial de GitHub para crear un Pull Request: https://help.github.com/es/github/collaborating-with-issues-and-pull-requests/about-pull-requests
124124
.. _poedit: https://poedit.net/
125125

126126
.. _nuestro canal de Telegram: https://t.me/python_docs_es
127127
.. _Memoria de traducción: https://python-docs-es.readthedocs.io/page/translation-memory.html
128128
.. _la traducción al Portugués: https://docs.python.org/pt-br/3/
129-
.. _lista de issues en GitHub: https://github.com/PyCampES/python-docs-es/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc
129+
.. _lista de issues en GitHub: https://github.com/python/python-docs-es/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc

‎README.rst

Copy file name to clipboardExpand all lines: README.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Spanish Translation of the Python Documentation
22
===============================================
33

4-
.. image:: https://travis-ci.org/PyCampES/python-docs-es.svg?branch=3.8
5-
:target: https://travis-ci.org/PyCampES/python-docs-es
4+
.. image:: https://travis-ci.org/python/python-docs-es.svg?branch=3.8
5+
:target: https://travis-ci.org/python/python-docs-es
66
:alt: Build Status
77

88
.. image:: https://readthedocs.org/projects/python-docs-es/badge/?version=3.8

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.