SVF/XSVF: comment and whitespace fixes
[fw/openocd] / src / openocd.c
index 86b8aaf27ff384e6dd57b0ea9756e3e677490907..7384065aff0463229700bc7ba00f291030174bda 100644 (file)
@@ -255,7 +255,9 @@ int openocd_main(int argc, char *argv[])
 
        print_version();
 
-       LOG_OUTPUT("For bug reports, read http://svn.berlios.de/svnroot/repos/openocd/trunk/BUGS\n");
+       LOG_OUTPUT("For bug reports, read\n\t"
+               "http://openocd.berlios.de/doc/doxygen/bugs.html"
+               "\n");
 
 
        command_context_mode(cmd_ctx, COMMAND_CONFIG);