diff options
author | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2003-07-20 14:40:16 +0000 |
---|---|---|
committer | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2003-07-20 14:40:16 +0000 |
commit | f6d1cc53a803f0bc6787fa90ee327018734b099e (patch) | |
tree | 84735c6615bb40e4844609e216207fcfb9647599 /doc | |
parent | 0a88a3050e9421b1bf4e88506f320a9e8cd1568b (diff) | |
download | monitoring-plugins-f6d1cc53a803f0bc6787fa90ee327018734b099e.tar.gz |
must use '&' in attribute values instead of '&'
id tokens (attibute values) must not have embedded spaces
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@595 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'doc')
-rw-r--r-- | doc/developer-guidelines.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/developer-guidelines.sgml b/doc/developer-guidelines.sgml index 1f75da4c..f3acbe74 100644 --- a/doc/developer-guidelines.sgml +++ b/doc/developer-guidelines.sgml @@ -526,12 +526,12 @@ the CVS HEAD version.</para> <para>Patches should be submitted via - <ulink url="http://sourceforge.net/tracker/?group_id=29880&atid=397599">SourceForge's + <ulink url="http://sourceforge.net/tracker/?group_id=29880&atid=397599">SourceForge's tracker system for Nagiosplug patches</ulink> and be announced to the nagiosplug-devel mailing list.</para> </section> - <section id="New plugins"><title>New plugins</title> + <section id="New_plugins"><title>New plugins</title> <para>If you would like others to use your plugins and have it included in the standard distribution, please include patches for the relevant configuration files, in particular "configure.in". Otherwise submitted @@ -563,7 +563,7 @@ utils (perl or c or sh) rather than cooking it's own</para> </orderedlist> <para>New plugins should be submitted via - <ulink url="http://sourceforge.net/tracker/?group_id=29880&atid=541465">SourceForge's + <ulink url="http://sourceforge.net/tracker/?group_id=29880&atid=541465">SourceForge's tracker system for Nagiosplug new plugins</ulink> and be announced to the nagiosplug-devel mailing list.</para> |