From d569b08e205bb056439a4c8f07d5a5dc70d20226 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Tue, 3 Jul 2012 15:55:47 +0100 Subject: Convert more SVN to Git. Fix links to BUILDING-* docs for new repo viewer. --- downloads/source/index.en | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'downloads') diff --git a/downloads/source/index.en b/downloads/source/index.en index 179fe07..de5cb94 100644 --- a/downloads/source/index.en +++ b/downloads/source/index.en @@ -68,13 +68,13 @@

Development version source code

-

NetSurf's source code is stored in a Subversion (SVN) repository. The best way to obtain the latest source code is to check it out of SVN. To do so, run the following command:

+

NetSurf's source code is stored in a Git repository. The best way to obtain the latest source code is to check it out of Git. To do so, run the following command:

-

$ svn co svn://svn.netsurf-browser.org/trunk/netsurf

+

$ git clone git://git.netsurf-browser.org/netsurf.git

-

The latest source code can also be viewed via a web interface.

+

The latest source code can also be viewed via a web interface.

-

Using Subversion, as described above, is the recommended way to obtain the source, however it is possible to download it from here.

+

Using Git, as described above, is the recommended way to obtain the source, however it is possible to download it from here.