@@ -38,7 +38,7 @@ You can contribute using:
3838
3939- Github
4040- `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 >`_
4242
4343
4444Contributing using Github
@@ -56,7 +56,7 @@ Prerequisites:
5656Let's start:
5757
5858You'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 ``
6060button. This creates a copy of the whole project on your github
6161account: a place where you have the rights to do modifications.
6262
@@ -71,7 +71,7 @@ Step by step:
7171 cd python-docs-it/
7272
7373 # 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
7575
7676 All the translations must be made on the latest release.
7777We 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
106106
107107 # The previous command will print you a link to open a PR on github.
108108 # 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"
110110 # button should appear after a few seconds telling you can ask for a pull request.
111111
112112 # Now someone is reviewing your modifications, and you'll want to fix their
0 commit comments