From 8cea190794a75022d3d95932b5895a21afb0b298 Mon Sep 17 00:00:00 2001 From: Gervase Markham Date: Wed, 5 Jan 2011 16:58:05 +0000 Subject: Document how to add user settings. r,a=mkanat. https://bugzilla.mozilla.org/show_bug.cgi?id=616427 --- Bugzilla/Extension.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Bugzilla') diff --git a/Bugzilla/Extension.pm b/Bugzilla/Extension.pm index c7688d90b..857d0d75b 100644 --- a/Bugzilla/Extension.pm +++ b/Bugzilla/Extension.pm @@ -272,7 +272,8 @@ This is the base class for all Bugzilla extensions. The L above gives a pretty good overview of what's basically required to write an extension. This section gives more information -on exactly how extensions work and how you write them. +on exactly how extensions work and how you write them. There is also a +L with additional HOWTOs, tips and tricks. =head2 Using F -- cgit v1.2.3-24-g4f1b