Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cc88346

Browse files
committed
Merge branch '3.7' of github.com:raulcd/python-docs-es into 3.7
2 parents 3006d0b + bd38735 commit cc88346

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.rst

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ How to Contribute
3737
You 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

4443
Contributing using Github
@@ -56,22 +55,22 @@ Prerequisites:
5655
Let's start:
5756

5857
You'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``
6059
button. This creates a copy of the whole project on your github
6160
account: a place where you have the rights to do modifications.
6261

6362
Step by step:
6463

6564
.. code-block:: bash
6665
67-
# Git clone your github fork using ssh (replace JulienPalard):
68-
git clone [email protected]:JulienPalard/python-docs-es.git
66+
# Git clone your github fork using ssh (replace raulcd):
67+
git clone [email protected]: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.
7776
We 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

Comments
 (0)