diff options
author | Spencer Oliver <ntfreak@users.sourceforge.net> | 2011-10-12 09:32:59 +0100 |
---|---|---|
committer | Spencer Oliver <ntfreak@users.sourceforge.net> | 2011-10-12 09:32:59 +0100 |
commit | ca0cc39f5f33e83613bea1a829842339e023dfb4 (patch) | |
tree | 0bdf7dcf9a092b5797f94bdf62a331d4b3409c72 | |
parent | 3ab7855d1a7513df523cf59ef4a735cdedb46362 (diff) | |
download | riscv-openocd-ca0cc39f5f33e83613bea1a829842339e023dfb4.zip riscv-openocd-ca0cc39f5f33e83613bea1a829842339e023dfb4.tar.gz riscv-openocd-ca0cc39f5f33e83613bea1a829842339e023dfb4.tar.bz2 |
docs: update project url's
Change-Id: I54fc3aff722ed25143aad85e58d19b72fcecbba0
Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
-rw-r--r-- | NEWTAPS | 2 | ||||
-rw-r--r-- | PATCHES.txt | 2 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | doc/manual/primer/patches.txt | 2 | ||||
-rw-r--r-- | doc/manual/server.txt | 5 | ||||
-rw-r--r-- | doc/openocd.texi | 2 |
6 files changed, 10 insertions, 5 deletions
@@ -4,7 +4,7 @@ Reporting Unknown JTAG TAP IDS If OpenOCD reports an UNKNOWN or Unexpected Tap ID please report it to the development mailing list - However - keep reading. -openocd-development@lists.berlios.de. +openocd-devel@lists.sourceforge.net. ======================================== diff --git a/PATCHES.txt b/PATCHES.txt index 856b094..2757eac 100644 --- a/PATCHES.txt +++ b/PATCHES.txt @@ -2,7 +2,7 @@ /** @page patchguide Patch Guidelines Please mail patches to: @par - openocd-development@lists.berlios.de + openocd-devel@lists.sourceforge.net Note that you can't send patches to that list unless you're a member, despite what the list info page says. @@ -26,7 +26,7 @@ viewed on-line at the following URLs: http://openocd.sourceforge.net/doc/html/index.html OpenOCD Developer's Manual: - http://openocd.sourceforge.net/doc/doxygen/index.html + http://openocd.sourceforge.net/doc/doxygen/html/index.html These reflect the latest development versions, so the following section introduces how to build the complete documentation from the package. diff --git a/doc/manual/primer/patches.txt b/doc/manual/primer/patches.txt index a894234..cb3c07c 100644 --- a/doc/manual/primer/patches.txt +++ b/doc/manual/primer/patches.txt @@ -139,7 +139,7 @@ these maintainers. Patches must be sent to the OpenOCD developer mailing list: @par - openocd-development@lists.berlios.de + openocd-devel@lists.sourceforge.net They will be reviewed and committed if the changes are found to be acceptable. If there are problems, you will receive feedback via the diff --git a/doc/manual/server.txt b/doc/manual/server.txt index f6a0670..3c2fbd0 100644 --- a/doc/manual/server.txt +++ b/doc/manual/server.txt @@ -309,3 +309,8 @@ This section needs to be expanded. */ +/** @page serverhttp OpenOCD http Server API + +This section needs to be expanded. + + */ diff --git a/doc/openocd.texi b/doc/openocd.texi index 817c4f9..1759931 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -168,7 +168,7 @@ STM32x). Preliminary support for various NAND flash controllers The OpenOCD web site provides the latest public news from the community: -@uref{http://openocd.sourceforge.net/web/} +@uref{http://openocd.sourceforge.net/} @section Latest User's Guide: |