I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit ab4ff554 authored by zzz's avatar zzz
Browse files

fix reseed tips links

parent d4713e1e
No related branches found
No related tags found
No related merge requests found
...@@ -46,8 +46,8 @@ public class Reseeder { ...@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment