aboutsummaryrefslogtreecommitdiff
path: root/doc
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 /doc
parent8fa4d71d5c33134cee269f5682871f102520b9c1 (diff)
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 'doc')
-rw-r--r--doc/openocd.12
-rw-r--r--doc/openocd.texi8
2 files changed, 6 insertions, 4 deletions
diff --git a/doc/openocd.1 b/doc/openocd.1
index 3720d426..4278486e 100644
--- a/doc/openocd.1
+++ b/doc/openocd.1
@@ -78,7 +78,7 @@ Show a help text and exit.
Show version information and exit.
.SH "BUGS"
Please report any bugs on the mailing list at
-.BR openocd\-development@lists.berlios.de .
+.BR openocd\-devel@lists.sourceforge.net .
.SH "LICENCE"
.B OpenOCD
is covered by the GNU General Public License (GPL), version 2 or later.
diff --git a/doc/openocd.texi b/doc/openocd.texi
index e2d9d3fe..571faec6 100644
--- a/doc/openocd.texi
+++ b/doc/openocd.texi
@@ -222,7 +222,11 @@ or expand the OpenOCD source code.
During the 0.3.x release cycle, OpenOCD switched from Subversion to
a GIT repository hosted at SourceForge. The repository URL is:
-@uref{git://openocd.git.sourceforge.net/gitroot/openocd/openocd}
+@uref{git://git.code.sf.net/p/openocd/code}
+
+or via http
+
+@uref{http://git.code.sf.net/p/openocd/code}
You may prefer to use a mirror and the HTTP protocol:
@@ -234,8 +238,6 @@ There are also gitweb pages letting you browse the repository
with a web browser, or download arbitrary snapshots without
needing a GIT client:
-@uref{http://openocd.git.sourceforge.net/git/gitweb.cgi?p=openocd/openocd}
-
@uref{http://repo.or.cz/w/openocd.git}
The @file{README} file contains the instructions for building the project