From 38d2141421ce6360e7f0fbe5ec0d2640687caa45 Mon Sep 17 00:00:00 2001 From: jim-p Date: Wed, 12 Nov 2014 13:44:21 -0500 Subject: [PATCH] Fixup some redirected URLs. --- usr/local/www/help.php | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/usr/local/www/help.php b/usr/local/www/help.php index dd081a2ca..c29af817a 100644 --- a/usr/local/www/help.php +++ b/usr/local/www/help.php @@ -31,7 +31,7 @@ $helppages = array( 'interfaces_vlan_edit.php' => 'https://doc.pfsense.org/index.php/VLAN_Trunking', 'diag_routes.php' => 'https://doc.pfsense.org/index.php/Viewing_Routes', 'diag_packet_capture.php' => 'https://doc.pfsense.org/index.php/Sniffers,_Packet_Capture', - 'diag_system_pftop.php' => 'https://doc.pfsense.org/index.php/How_can_I_monitor_bandwidth_usage%3F#pftop', + 'diag_system_pftop.php' => 'https://doc.pfsense.org/index.php/How_can_I_monitor_bandwidth_usage#pftop', 'status_rrd_graph.php' => 'https://doc.pfsense.org/index.php/RRD_Graphs', 'status_rrd_graph_img.php' => 'https://doc.pfsense.org/index.php/RRD_Graphs', 'status_rrd_graph_settings.php' => 'https://doc.pfsense.org/index.php/RRD_Graphs', @@ -264,12 +264,12 @@ $helppages = array( 'squidguard_log.xml' => 'https://doc.pfsense.org/index.php/SquidGuard_package', 'squidguard_rewr.xml' => 'https://doc.pfsense.org/index.php/SquidGuard_package', 'squidguard_time.xml' => 'https://doc.pfsense.org/index.php/SquidGuard_package', - 'bandwidthd.xml' => 'https://doc.pfsense.org/index.php/How_can_I_monitor_bandwidth_usage%3F', - 'pfflowd.xml' => 'https://doc.pfsense.org/index.php/How_can_I_monitor_bandwidth_usage%3F', - 'darkstat.xml' => 'https://doc.pfsense.org/index.php/How_can_I_monitor_bandwidth_usage%3F', - 'rate.xml' => 'https://doc.pfsense.org/index.php/How_can_I_monitor_bandwidth_usage%3F', - 'ntop.xml' => 'https://doc.pfsense.org/index.php/How_can_I_monitor_bandwidth_usage%3F', - 'vnstat.xml' => 'https://doc.pfsense.org/index.php/How_can_I_monitor_bandwidth_usage%3F', + 'bandwidthd.xml' => 'https://doc.pfsense.org/index.php/How_can_I_monitor_bandwidth_usage', + 'pfflowd.xml' => 'https://doc.pfsense.org/index.php/How_can_I_monitor_bandwidth_usage', + 'darkstat.xml' => 'https://doc.pfsense.org/index.php/How_can_I_monitor_bandwidth_usage', + 'rate.xml' => 'https://doc.pfsense.org/index.php/How_can_I_monitor_bandwidth_usage', + 'ntop.xml' => 'https://doc.pfsense.org/index.php/How_can_I_monitor_bandwidth_usage', + 'vnstat.xml' => 'https://doc.pfsense.org/index.php/How_can_I_monitor_bandwidth_usage', 'widentd.xml' => 'https://doc.pfsense.org/index.php/Widentd_package', 'tinydns.xml' => 'https://doc.pfsense.org/index.php/Tinydns_package', 'tinydns_domains.xml' => 'https://doc.pfsense.org/index.php/Tinydns_package', @@ -286,13 +286,13 @@ $helppages = array( 'havp_trans_exclude.xml' => 'https://doc.pfsense.org/index.php/HAVP_Package_for_HTTP_Anti-Virus_Scanning', 'havp_whitelist.xml' => 'https://doc.pfsense.org/index.php/HAVP_Package_for_HTTP_Anti-Virus_Scanning', 'snort.xml' => 'https://doc.pfsense.org/index.php/Setup_Snort_Package', - 'snort/snort_interfaces.php' => 'https://doc.pfsense.org/index.php/snort_interfaces', - 'snort/snort_interfaces_global.php' => 'https://doc.pfsense.org/index.php/snort_interfaces_global', - 'snort/snort_download_updates.php' => 'https://doc.pfsense.org/index.php/snort_updates', - 'snort/snort_alerts.php' => 'https://doc.pfsense.org/index.php/snort_alerts', - 'snort/snort_blocked.php' => 'https://doc.pfsense.org/index.php/snort_blocked_hosts', - 'snort/snort_passlist.php' => 'https://doc.pfsense.org/index.php/snort_passlist', - 'snort/snort_passlist_edit.php' => 'https://doc.pfsense.org/index.php/snort_passlist', + 'snort/snort_interfaces.php' => 'https://doc.pfsense.org/index.php/Snort_interfaces', + 'snort/snort_interfaces_global.php' => 'https://doc.pfsense.org/index.php/Snort_interfaces_global', + 'snort/snort_download_updates.php' => 'https://doc.pfsense.org/index.php/Snort_updates', + 'snort/snort_alerts.php' => 'https://doc.pfsense.org/index.php/Snort_alerts', + 'snort/snort_blocked.php' => 'https://doc.pfsense.org/index.php/Snort_blocked_hosts', + 'snort/snort_passlist.php' => 'https://doc.pfsense.org/index.php/Snort_passlist', + 'snort/snort_passlist_edit.php' => 'https://doc.pfsense.org/index.php/Snort_passlist', 'snort/snort_interfaces_suppress.php' => 'https://doc.pfsense.org/index.php/Snort_suppress_list', 'snort/snort_interfaces_suppress_edit.php' => 'https://doc.pfsense.org/index.php/Snort_suppress_list', 'snort/snort_interfaces_edit.php' => 'https://doc.pfsense.org/index.php/Snort_interfaces_edit',