@@ -37,8 +37,7 @@ How to Contribute
3737You can contribute using:
3838
3939- Github
40- - `transifex <https://www.transifex.com/python-doc/public/ >`_
41- - Or just by opening `an issue on github <https://github.com/python/python-docs-esfr/issues >`_
40+ - Or just by opening `an issue on github <https://github.com/raulcd/python-docs-es/issues >`_
4241
4342
4443Contributing using Github
@@ -56,22 +55,22 @@ Prerequisites:
5655Let's start:
5756
5857You'll need to fork the `python-docs-es
59- <https://github.com/python /python-docs-es> `_ clicking its ``Fork ``
58+ <https://github.com/raulcd /python-docs-es> `_ clicking its ``Fork ``
6059button. This creates a copy of the whole project on your github
6160account: a place where you have the rights to do modifications.
6261
6362Step by step:
6463
6564.. code-block :: bash
6665
67- # Git clone your github fork using ssh (replace JulienPalard ):
68- git clone git@github.com:JulienPalard /python-docs-es.git
66+ # Git clone your github fork using ssh (replace raulcd ):
67+ git clone git@github.com:raulcd /python-docs-es.git
6968
7069 # Go to the cloned directory:
7170 cd python-docs-es/
7271
7372 # Add the upstream (the public repository) using HTTPS (won't ask for password):
74- git remote add upstream https://github.com/python /python-docs-es.git
73+ git remote add upstream https://github.com/raulcd /python-docs-es.git
7574
7675 All the translations must be made on the latest release.
7776We never translate on an oldest version, by example, the latest python release
@@ -106,7 +105,7 @@ Now you're ready to start a work session, each time you'll start a new task, sta
106105
107106 # The previous command will print you a link to open a PR on github.
108107 # If you missed it, just go to
109- # https://github.com/python /python-docs-es/ and a nice "Compare & pull request"
108+ # https://github.com/raulcd /python-docs-es/ and a nice "Compare & pull request"
110109 # button should appear after a few seconds telling you can ask for a pull request.
111110
112111 # Now someone is reviewing your modifications, and you'll want to fix their
0 commit comments