X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fopenocd.c;h=7384065aff0463229700bc7ba00f291030174bda;hp=86b8aaf27ff384e6dd57b0ea9756e3e677490907;hb=03c9e48f88fa8b681b77c6c35d6da0a0e838a7e8;hpb=cdc33b38088e6435393b86808b6833d09ea4aa73 diff --git a/src/openocd.c b/src/openocd.c index 86b8aaf27f..7384065aff 100644 --- a/src/openocd.c +++ b/src/openocd.c @@ -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);