summaryrefslogtreecommitdiffstats
path: root/usr/local/www/help.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2014-12-16 10:53:59 -0500
committerjim-p <jimp@pfsense.org>2014-12-16 10:53:59 -0500
commit95349b2c3964315da5530be74df99c66794e0dff (patch)
tree2038c2ba9432edd606e03622b51e5a4fbe954657 /usr/local/www/help.php
parent9d26addd927b3243bb398687f921899032951958 (diff)
downloadpfsense-95349b2c3964315da5530be74df99c66794e0dff.zip
pfsense-95349b2c3964315da5530be74df99c66794e0dff.tar.gz
Fix up Help links for Inbound Load Balancing.
Diffstat (limited to 'usr/local/www/help.php')
-rw-r--r--usr/local/www/help.php24
1 files changed, 9 insertions, 15 deletions
diff --git a/usr/local/www/help.php b/usr/local/www/help.php
index 4bd70c3..0840fcc 100644
--- a/usr/local/www/help.php
+++ b/usr/local/www/help.php
@@ -205,13 +205,21 @@ $helppages = array(
'diag_testport.php' => 'https://doc.pfsense.org/index.php/Test_Port',
'firewall_nat_npt.php' => 'https://doc.pfsense.org/index.php/NPt',
'firewall_nat_npt_edit.php' => 'https://doc.pfsense.org/index.php/NPt',
- 'load_balancer_setting.php' => 'https://doc.pfsense.org/index.php/Category:Load_balancing',
'services_captiveportal_zones.php' => 'https://doc.pfsense.org/index.php/Captive_Portal',
'services_captiveportal_zones_edit.php' => 'https://doc.pfsense.org/index.php/Captive_Portal',
'status_captiveportal_expire.php' => 'https://doc.pfsense.org/index.php/Captive_Portal',
'services_ntpd.php' => 'https://doc.pfsense.org/index.php/NTP_Server',
'status_ntpd.php' => 'https://doc.pfsense.org/index.php/NTP_Server',
'system_firmware_restorefullbackup.php' => 'https://doc.pfsense.org/index.php/Full_Backup',
+ 'load_balancer_monitor.php' => 'https://doc.pfsense.org/index.php/Inbound_Load_Balancing',
+ 'load_balancer_monitor_edit.php' => 'https://doc.pfsense.org/index.php/Inbound_Load_Balancing',
+ 'load_balancer_pool.php' => 'https://doc.pfsense.org/index.php/Inbound_Load_Balancing#Set_up_Load_Balancing_Pool',
+ 'load_balancer_pool_edit.php' => 'https://doc.pfsense.org/index.php/Inbound_Load_Balancing#Set_up_Load_Balancing_Pool',
+ 'load_balancer_virtual_server.php' => 'https://doc.pfsense.org/index.php/Inbound_Load_Balancing#Set_up_Virtual_Server',
+ 'load_balancer_virtual_server_edit.php' => 'https://doc.pfsense.org/index.php/Inbound_Load_Balancing#Set_up_Virtual_Server',
+ 'load_balancer_setting.php' => 'https://doc.pfsense.org/index.php/Inbound_Load_Balancing#Advanced_Settings',
+ 'status_lb_pool.php' => 'https://doc.pfsense.org/index.php/Inbound_Load_Balancing_Status',
+ 'status_lb_vs.php' => 'https://doc.pfsense.org/index.php/Inbound_Load_Balancing_Status',
/* New Files for 2.1 that still need better pages/links. */
'services_dhcpv6.php' => 'https://doc.pfsense.org/index.php/Category:IPv6',
@@ -225,20 +233,6 @@ $helppages = array(
'carp_status.php' => 'https://doc.pfsense.org/index.php/Category:CARP',
'system_hasync.php' => 'https://doc.pfsense.org/index.php/Category:CARP', /* FIXME? */
- 'load_balancer_monitor.php' => 'https://doc.pfsense.org/index.php/Category:Load_balancing',
- 'load_balancer_monitor_edit.php' => 'https://doc.pfsense.org/index.php/Category:Load_balancing',
- 'load_balancer_pool.php' => 'https://doc.pfsense.org/index.php/Category:Load_balancing',
- 'load_balancer_pool_edit.php' => 'https://doc.pfsense.org/index.php/Category:Load_balancing',
- 'load_balancer_relay_action.php' => 'https://doc.pfsense.org/index.php/Category:Load_balancing',
- 'load_balancer_relay_action_edit.php' => 'https://doc.pfsense.org/index.php/Category:Load_balancing',
- 'load_balancer_relay_protocol.php' => 'https://doc.pfsense.org/index.php/Category:Load_balancing',
- 'load_balancer_relay_protocol_edit.php' => 'https://doc.pfsense.org/index.php/Category:Load_balancing',
- 'load_balancer_virtual_server.php' => 'https://doc.pfsense.org/index.php/Category:Load_balancing',
- 'load_balancer_virtual_server_edit.php' => 'https://doc.pfsense.org/index.php/Category:Load_balancing',
- 'status_lb_pool.php' => 'https://doc.pfsense.org/index.php/Category:Load_balancing',
- 'status_lb_vs.php' => 'https://doc.pfsense.org/index.php/Category:Load_balancing',
-
-
/* From here down are packages. Not checking these as strictly,
any information is better than nothing. */
'olsrd.xml' => 'https://doc.pfsense.org/index.php/OLSR_Daemon',
OpenPOWER on IntegriCloud