From 763f8dd753924f8c93ef6c0eacbf4504364edb92 Mon Sep 17 00:00:00 2001 From: Sampo Niskanen Date: Sat, 4 May 2013 21:19:17 +0300 Subject: [PATCH] Change source repository to point to GitHub --- core/web/html/download.html | 10 +++++----- core/web/htp/download.htp | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) 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.