Collate help topics under /help

This commit is contained in:
str4d
2016-05-01 03:24:25 +00:00
parent a7f789f069
commit cb0147a798
6 changed files with 33 additions and 120 deletions

View File

@@ -330,7 +330,7 @@ class SummaryBarRenderer {
public String renderNetworkReachabilityHTML() {
if (_helper == null) return "";
StringBuilder buf = new StringBuilder(512);
buf.append("<h4><a href=\"/confignet#help\" target=\"_top\" title=\"")
buf.append("<h4><a href=\"/help#confignet\" target=\"_top\" title=\"")
.append(_t("Help with configuring your firewall and router for optimal I2P performance"))
.append("\">")
.append(_t("Network"))