aboutsummaryrefslogtreecommitdiffstats
path: root/modules/bugzilla
diff options
context:
space:
mode:
authorDexter Morgan <dmorgan@mageia.org>2013-02-21 00:38:14 +0000
committerDexter Morgan <dmorgan@mageia.org>2013-02-21 00:38:14 +0000
commit80199d7bb89e2003df257bf9df91dd4bd6d75350 (patch)
treea55e29d7db38bc4d781cf5f041cb28fd922cbf26 /modules/bugzilla
parente19b054f59e66457f8b6c81428feeba27c7e4805 (diff)
downloadpuppet-80199d7bb89e2003df257bf9df91dd4bd6d75350.tar
puppet-80199d7bb89e2003df257bf9df91dd4bd6d75350.tar.gz
puppet-80199d7bb89e2003df257bf9df91dd4bd6d75350.tar.bz2
puppet-80199d7bb89e2003df257bf9df91dd4bd6d75350.tar.xz
puppet-80199d7bb89e2003df257bf9df91dd4bd6d75350.zip
Fix doc path
Diffstat (limited to 'modules/bugzilla')
-rw-r--r--modules/bugzilla/templates/params2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/bugzilla/templates/params b/modules/bugzilla/templates/params
index 503e4da1..08f03bf1 100644
--- a/modules/bugzilla/templates/params
+++ b/modules/bugzilla/templates/params
@@ -38,7 +38,7 @@
'insidergroup' => 'secteam',
'defaultquery' => 'bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailassigned_to1=1&emailassigned_to2=1&emailreporter2=1&emailcc2=1&emailqa_contact2=1&order=Importance&long_desc_type=substring',
'defaultseverity' => 'normal',
- 'docs_urlbase' => ' http://www.bugzilla.org/docs/3.6/en/html/',
+ 'docs_urlbase' => ' http://www.bugzilla.org/docs/4.4/en/html/',
'duplicate_or_move_bug_status' => 'RESOLVED',
'emailregexp' => '^[\\w\\.\\+\\-=]+@[\\w\\.\\-]+\\.[\\w\\-]+$',
'emailregexpdesc' => 'A legal address must contain exactly one \'@\', and at least one \'.\' after the @.',