diff options
author | Dexter Morgan <dmorgan@mageia.org> | 2011-02-16 14:06:28 +0000 |
---|---|---|
committer | Dexter Morgan <dmorgan@mageia.org> | 2011-02-16 14:06:28 +0000 |
commit | 42ad8b18cb9e6905490a53447225ab529f120c3a (patch) | |
tree | 71a07849677ac8012de7dcddc3cbc63f5b8eec3e | |
parent | edb25a33348e7546d8fb22431474cf1cbc3a86fc (diff) | |
download | puppet-42ad8b18cb9e6905490a53447225ab529f120c3a.tar puppet-42ad8b18cb9e6905490a53447225ab529f120c3a.tar.gz puppet-42ad8b18cb9e6905490a53447225ab529f120c3a.tar.bz2 puppet-42ad8b18cb9e6905490a53447225ab529f120c3a.tar.xz puppet-42ad8b18cb9e6905490a53447225ab529f120c3a.zip |
Fix the link to the documentation by using the one online from bugzilla
-rw-r--r-- | modules/bugzilla/templates/params | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/bugzilla/templates/params b/modules/bugzilla/templates/params index a46e875d..4e6d3c0b 100644 --- a/modules/bugzilla/templates/params +++ b/modules/bugzilla/templates/params @@ -37,7 +37,7 @@ 'defaultpriority' => 'Normal', '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' => 'docs/%lang%/html/', + 'docs_urlbase' => ' http://www.bugzilla.org/docs/3.6/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 @.', |