summaryrefslogtreecommitdiffstats
path: root/usr/local/www/fbegin.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2011-02-06 14:44:10 -0500
committerScott Ullrich <sullrich@pfsense.org>2011-02-06 14:44:10 -0500
commit998930abd0f319cd662146f8073eb5909575150a (patch)
tree4e46e8c071c643a5d9f896c5fa1799134d4a63c1 /usr/local/www/fbegin.inc
parentf5208bf25829200c3d5d2833607cb2077f4d8bbb (diff)
downloadpfsense-998930abd0f319cd662146f8073eb5909575150a.zip
pfsense-998930abd0f319cd662146f8073eb5909575150a.tar.gz
fix url for jumpto
Diffstat (limited to 'usr/local/www/fbegin.inc')
-rwxr-xr-xusr/local/www/fbegin.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/fbegin.inc b/usr/local/www/fbegin.inc
index 734b9a2..8f94164 100755
--- a/usr/local/www/fbegin.inc
+++ b/usr/local/www/fbegin.inc
@@ -213,7 +213,7 @@ if(! $g['disablehelpmenu']) {
$help_menu = array();
$help_menu[] = array("About this Page", $helpurl);
if($g['product_name'] == "pfSense")
- $help_menu[] = array("Bug Database", "http://rcs.pfsense.org/j.php?jumpto=redmine");
+ $help_menu[] = array("Bug Database", "http://www.pfsense.org/j.php?jumpto=redmine");
$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");
OpenPOWER on IntegriCloud