From 8cd0dba6fffd47b86f095df91b3d81ffe139b43c Mon Sep 17 00:00:00 2001 From: jim-p Date: Wed, 17 Dec 2014 11:29:19 -0500 Subject: [PATCH] Fix help for UPnP/NAT-PMP --- usr/local/www/help.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/local/www/help.php b/usr/local/www/help.php index 5e53c27c9b..a6a5e2734a 100644 --- a/usr/local/www/help.php +++ b/usr/local/www/help.php @@ -14,8 +14,8 @@ $helppages = array( /* These pages are confirmed to work and have usable content */ 'index.php' => 'https://doc.pfsense.org/index.php/Dashboard', 'license.php' => 'https://www.pfsense.org/about-pfsense/#legal', - 'miniupnpd.xml' => 'https://doc.pfsense.org/index.php/What_is_UPnP', - 'status_upnp.php' => 'https://doc.pfsense.org/index.php/What_is_UPnP', + 'miniupnpd.xml' => 'https://doc.pfsense.org/index.php/What_are_UPnP_and_NAT-PMP', + 'status_upnp.php' => 'https://doc.pfsense.org/index.php/What_are_UPnP_and_NAT-PMP', 'firewall_virtual_ip.php' => 'https://doc.pfsense.org/index.php/What_are_Virtual_IP_Addresses', 'firewall_virtual_ip_edit.php' => 'https://doc.pfsense.org/index.php/What_are_Virtual_IP_Addresses', 'firewall_aliases.php' => 'https://doc.pfsense.org/index.php/Aliases',