fix reseed tips links

This commit is contained in:
zzz
2010-04-27 12:54:07 +00:00
parent d4713e1e6c
commit ab4ff5548d

View File

@ -46,8 +46,8 @@ public class Reseeder {
public static final String PROP_PROXY_HOST = "router.reseedProxyHost"; public static final String PROP_PROXY_HOST = "router.reseedProxyHost";
public static final String PROP_PROXY_PORT = "router.reseedProxyPort"; public static final String PROP_PROXY_PORT = "router.reseedProxyPort";
private static final String RESEED_TIPS = private static final String RESEED_TIPS =
_x("Ensure that nothing blocks outbound HTTP, check <a href=logs.jsp>logs</a> " + _x("Ensure that nothing blocks outbound HTTP, check <a target=\"_top\" href=\"logs.jsp\">logs</a> " +
"and if nothing helps, read FAQ about reseeding manually."); "and if nothing helps, read the <a target=\"_top\" href=\"http://www.i2p2.de/faq.html\">FAQ</a> about reseeding manually.");
public Reseeder(RouterContext ctx) { public Reseeder(RouterContext ctx) {