diff --git a/core/web/html/download.html b/core/web/html/download.html index 76185b71d..d9eeeaaa3 100644 --- a/core/web/html/download.html +++ b/core/web/html/download.html @@ -126,12 +126,12 @@ OpenRocket are available in the SourceForge repository.

Alternatively, the most recent development version can be - obtained from the - SVN - repository. It can be retrieved simply using the command

-
$ svn co https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk OpenRocket
+ obtained from + GitHub. + The code can be retrieved using the command

+
$ git clone git://github.com/plaa/openrocket.git

The above URL may be used to connect to the repository with - other Subversion clients as well.

+ other Git clients as well.

Valid XHTML 1.0! diff --git a/core/web/htp/download.htp b/core/web/htp/download.htp index aed535f12..abb6a8a00 100644 --- a/core/web/htp/download.htp +++ b/core/web/htp/download.htp @@ -78,12 +78,12 @@ SourceForge repository.

Alternatively, the most recent development version can be - obtained from the - SVN - repository. It can be retrieved simply using the command

-
$ svn co https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk OpenRocket
+ obtained from + GitHub. + The code can be retrieved using the command

+
$ git clone git://github.com/plaa/openrocket.git

The above URL may be used to connect to the repository with - other Subversion clients as well.

+ other Git clients as well.