summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorSpencer Oliver <spen@spen-soft.co.uk>2013-03-16 20:38:38 +0000
committerAndreas Fritiofson <andreas.fritiofson@gmail.com>2013-03-28 23:24:40 +0000
commitfe97fab6a04665c71f1b721b061564de45b98e09 (patch)
treeb837214818675e09dcc0d11e6f83a90b12e19e0e /README
parent8fa4d71d5c33134cee269f5682871f102520b9c1 (diff)
downloadopenocd-fe97fab6a04665c71f1b721b061564de45b98e09.tar.gz
openocd-fe97fab6a04665c71f1b721b061564de45b98e09.tar.xz
docs: update incorrect urls
These were missed when git was moved to the new SF platform during Nov 2012. Change-Id: I7b4ae9dea010d95f9bf4c26841b5b724f41768be Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk> Reviewed-on: http://openocd.zylin.com/1248 Reviewed-by: Andreas Fritiofson <andreas.fritiofson@gmail.com> Tested-by: jenkins
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 2 insertions, 3 deletions
diff --git a/README b/README
index 08aa4f2a..34f1e7b9 100644
--- a/README
+++ b/README
@@ -423,7 +423,7 @@ Obtaining OpenOCD From GIT
You can download the current GIT version with a GIT client of your
choice from the main repository:
- git://openocd.git.sourceforge.net/gitroot/openocd/openocd
+ git://git.code.sf.net/p/openocd/code
You may prefer to use a mirror:
@@ -434,7 +434,7 @@ Using the GIT command line client, you might use the following command
to set up a local copy of the current repository (make sure there is no
directory called "openocd" in the current directory):
- git clone git://openocd.git.sourceforge.net/gitroot/openocd/openocd
+ git clone git://git.code.sf.net/p/openocd/code
Then you can update that at your convenience using
@@ -443,7 +443,6 @@ Then you can update that at your convenience using
There is also a gitweb interface, which you can use either to browse
the repository or to download arbitrary snapshots using HTTP:
- http://openocd.git.sourceforge.net/git/gitweb.cgi?p=openocd/openocd
http://repo.or.cz/w/openocd.git
Snapshots are compressed tarballs of the source tree, about 1.3 MBytes