@@ -38,7 +38,7 @@ You can contribute using:
38
38
39
39
- Github
40
40
- `transifex <https://www.transifex.com/python-doc/public/ >`_
41
- - Or just by opening `an issue on github <https://github.com/alessandrocucci /python-docs-it/issues >`_
41
+ - Or just by opening `an issue on github <https://github.com/python /python-docs-it/issues >`_
42
42
43
43
44
44
Contributing using Github
@@ -56,7 +56,7 @@ Prerequisites:
56
56
Let's start:
57
57
58
58
You'll need to fork the `python-docs-it
59
- <https://github.com/alessandrocucci /python-docs-it> `_ clicking its ``Fork ``
59
+ <https://github.com/python /python-docs-it> `_ clicking its ``Fork ``
60
60
button. This creates a copy of the whole project on your github
61
61
account: a place where you have the rights to do modifications.
62
62
@@ -71,7 +71,7 @@ Step by step:
71
71
cd python-docs-it/
72
72
73
73
# Add the upstream (the public repository) using HTTPS (won't ask for password):
74
- git remote add upstream https://github.com/alessandrocucci /python-docs-it.git
74
+ git remote add upstream https://github.com/python /python-docs-it.git
75
75
76
76
All the translations must be made on the latest release.
77
77
We never translate on an oldest version, by example, the latest python release
@@ -106,7 +106,7 @@ Now you're ready to start a work session, each time you'll start a new task, sta
106
106
107
107
# The previous command will print you a link to open a PR on github.
108
108
# If you missed it, just go to
109
- # https://github.com/alessandrocucci /python-docs-it/ and a nice "Compare & pull request"
109
+ # https://github.com/python /python-docs-it and a nice "Compare & pull request"
110
110
# button should appear after a few seconds telling you can ask for a pull request.
111
111
112
112
# Now someone is reviewing your modifications, and you'll want to fix their
0 commit comments