diff --git a/doc/git.rst b/doc/git.rst index 53a09a7b8a7..5bf9b47a1e6 100644 --- a/doc/git.rst +++ b/doc/git.rst @@ -7,7 +7,7 @@ Initializing a working copy Use the easy-setup shell script:: - curl https://raw.github.com/odoo/odoo/master/checkout.sh | sh + curl https://raw.githubusercontent.com/odoo/odoo/master/checkout.sh | sh it will will ask a few questions and create a local copy.