Commit 5e5b5f3a07555e166aebaff9be68543f65de1938
1 parent
8c303323
Exists in
master
and in
22 other branches
We moved to Gitorious, please update you bookmarks
- http://gitorious.org/noosfero - git://gitorious.org/noosfero/noosfero.git
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
HACKING
... | ... | @@ -31,7 +31,7 @@ You can copy and paste the commands below into a terminal (please review the |
31 | 31 | commands and make sure you understand what you are doing): |
32 | 32 | |
33 | 33 | # checkout the code from repository |
34 | - git clone git://git.colivre.coop.br/noosfero.git | |
34 | + git clone git://gitorious.org/noosfero/noosfero.git | |
35 | 35 | # enter the directory |
36 | 36 | cd noosfero |
37 | 37 | # copy a sample config file | ... | ... |
INSTALL
... | ... | @@ -101,7 +101,7 @@ downloading from git |
101 | 101 | Here we are cloning the noosfero repository from git. Note: you will need to |
102 | 102 | install git before. |
103 | 103 | |
104 | -$ git clone git://git.colivre.coop.br/noosfero.git current | |
104 | +$ git clone git://gitorious.org/noosfero/noosfero.git current | |
105 | 105 | $ cd current |
106 | 106 | $ git checkout -b stable origin/stable |
107 | 107 | ... | ... |