summaryrefslogtreecommitdiffstats
path: root/src/usr/local
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2017-06-23 08:39:26 -0400
committerjim-p <jimp@pfsense.org>2017-06-23 08:39:38 -0400
commite7908ab5ceb775daa3dbc17778152a7262e6e661 (patch)
treeb5514931916fb06836c912de55b02fee0cd99c7c /src/usr/local
parentf1db0b56954271234b657f56ac2697051723912a (diff)
downloadpfsense-e7908ab5ceb775daa3dbc17778152a7262e6e661.zip
pfsense-e7908ab5ceb775daa3dbc17778152a7262e6e661.tar.gz
Fix interface groups link
(cherry picked from commit c0dd390b666d86b6b9ea61438c95b1370adda052)
Diffstat (limited to 'src/usr/local')
-rw-r--r--src/usr/local/www/interfaces_groups_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/interfaces_groups_edit.php b/src/usr/local/www/interfaces_groups_edit.php
index aeefd16..f5b5e58 100644
--- a/src/usr/local/www/interfaces_groups_edit.php
+++ b/src/usr/local/www/interfaces_groups_edit.php
@@ -265,7 +265,7 @@ $section->addInput(new Form_Select(
))->setWidth(6)->setHelp('NOTE: Rules for WAN type '.
'interfaces in groups do not contain the reply-to mechanism upon which '.
'Multi-WAN typically relies. '.
- '<a href="https://doc.pfsense.org/index.php/ifgroups">More Information</a>');
+ '<a href="https://doc.pfsense.org/index.php/Interface_Groups">More Information</a>');
if (isset($id) && $a_ifgroups[$id]) {
$form->addGlobal(new Form_Input(
OpenPOWER on IntegriCloud