aboutsummaryrefslogtreecommitdiffstats
path: root/config/widescreen/bin/fbegin.inc_
diff options
context:
space:
mode:
Diffstat (limited to 'config/widescreen/bin/fbegin.inc_')
-rw-r--r--config/widescreen/bin/fbegin.inc_14
1 files changed, 7 insertions, 7 deletions
diff --git a/config/widescreen/bin/fbegin.inc_ b/config/widescreen/bin/fbegin.inc_
index a7a96e0f..73f26aaa 100644
--- a/config/widescreen/bin/fbegin.inc_
+++ b/config/widescreen/bin/fbegin.inc_
@@ -211,13 +211,13 @@ $diagnostics_menu = msort(array_merge($diagnostics_menu, return_ext_menu("Diagno
if(! $g['disablehelpmenu']) {
$help_menu = array();
$help_menu[] = array("About this Page", $helpurl);
- $help_menu[] = array("User Forum", "http://www.pfsense.org/j.php?jumpto=forum");
- $help_menu[] = array("Documentation", "http://www.pfsense.org/j.php?jumpto=doc");
- $help_menu[] = array("Developers Wiki", "http://www.pfsense.org/j.php?jumpto=devwiki");
- $help_menu[] = array("Paid Support", "http://www.pfsense.org/j.php?jumpto=portal");
- $help_menu[] = array("pfSense Book", "http://www.pfsense.org/j.php?jumpto=book");
- $help_menu[] = array("Search portal", "http://www.pfsense.org/j.php?jumpto=searchportal");
- $help_menu[] = array("FreeBSD Handbook", "http://www.pfsense.org/j.php?jumpto=fbsdhandbook");
+ $help_menu[] = array("User Forum", "https://www.pfsense.org/j.php?jumpto=forum");
+ $help_menu[] = array("Documentation", "https://www.pfsense.org/j.php?jumpto=doc");
+ $help_menu[] = array("Developers Wiki", "https://www.pfsense.org/j.php?jumpto=devwiki");
+ $help_menu[] = array("Paid Support", "https://www.pfsense.org/j.php?jumpto=portal");
+ $help_menu[] = array("pfSense Book", "https://www.pfsense.org/j.php?jumpto=book");
+ $help_menu[] = array("Search portal", "https://www.pfsense.org/j.php?jumpto=searchportal");
+ $help_menu[] = array("FreeBSD Handbook", "https://www.pfsense.org/j.php?jumpto=fbsdhandbook");
$help_menu = msort(array_merge($help_menu, return_ext_menu("Help")),0);
}