Skip to content

Commit

Permalink
Change links to repository from sourceforge to github
Browse files Browse the repository at this point in the history
FEA: ItEr77S03Community
  • Loading branch information
mrego committed Nov 26, 2012
1 parent 2bdcb40 commit 2cb381f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions HACKING
Expand Up @@ -68,7 +68,7 @@ Debian/Ubuntu

* Download source code::

$ git clone git://libreplan.git.sourceforge.net/gitroot/libreplan/libreplan
$ git clone git://github.com/Igalia/libreplan.git

* Compile project::

Expand Down Expand Up @@ -129,7 +129,7 @@ Fedora

* Download source code::

$ git clone git://libreplan.git.sourceforge.net/gitroot/libreplan/libreplan
$ git clone git://github.com/Igalia/libreplan.git

* Compile project::

Expand Down Expand Up @@ -190,7 +190,7 @@ openSUSE

* Download source code::

$ git clone git://libreplan.git.sourceforge.net/gitroot/libreplan/libreplan
$ git clone git://github.com/Igalia/libreplan.git

* Compile project::

Expand Down
2 changes: 1 addition & 1 deletion README
Expand Up @@ -122,7 +122,7 @@ Availability
------------

The cutting-edge version of this project is always available from the Git
repository at http://libreplan.git.sourceforge.net/.
repository at https://github.com/Igalia/libreplan.

Released versions are available at
http://sourceforge.net/projects/libreplan/files/.
Expand Down
Expand Up @@ -18,7 +18,7 @@ Para comezar a traballar o primerio que terá que facer o desenvolvedor e descar

::

$ git clone git://libreplan.git.sourceforge.net/gitroot/libreplan/libreplan
$ git clone git://github.com/Igalia/libreplan.git


Esto creará unha copia local de trabajo, para empezar a trabajar se recomienda la creación de una rama para cada caso de uso a desarrollar o nombre de la rama é recomendable que teña realación coa funcionalidade que implemente ou o número de bug que trata de solucionar, e logo nos movemos a traballar na rama cun checkout.
Expand Down Expand Up @@ -152,7 +152,7 @@ A diferencia do resto dos usuarios debería descargar o repositorio da seguinte

::

$ git clone ssh://user@libreplan.git.sourceforge.net/gitroot/libreplan/libreplan
$ git clone git@github.com:Igalia/libreplan.git


Esta forma de acceso permite un acceso de escritura ao repositorio:
Expand Down
2 changes: 1 addition & 1 deletion doc/src/technical/howto-start-development-with-eclipse.rst
Expand Up @@ -25,7 +25,7 @@ options:

a) Clone Git repository (recommended)::

$ git clone git://libreplan.git.sourceforge.net/gitroot/libreplan/libreplan libreplan
$ git clone git://github.com/Igalia/libreplan.git

b) Download last version source code::

Expand Down

0 comments on commit 2cb381f

Please sign in to comment.