Commit c9fb1096077f1c3101a6cc03822e6d74cb84869e

Authored by Braulio Bhavamitra
2 parents 99b738b5 7a8c6282

Merge branch 'fix_git_repository' into 'master'

Fix git repository at INSTALL.md

Fix git repository at INSTALL.md

See merge request !584
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
INSTALL.md
... ... @@ -74,7 +74,7 @@ downloading from git
74 74  
75 75 Here we are cloning the noosfero repository from git. Note: you will need to install git before.
76 76  
77   - $ git clone git://gitorious.org/noosfero/noosfero.git current
  77 + $ git clone https://gitlab.com/noosfero/noosfero.git current
78 78 $ cd current
79 79 $ git checkout -b stable origin/stable
80 80  
... ...