summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2014-01-11 16:43:34 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2014-01-11 16:43:34 (GMT)
commit477cf2344611e7b2c257d04ec8a0986a6c1c5f38 (patch)
tree68fc6dae2c53eb9e1450840a4ceea547d19ee931
parent7b0fa5d642466e7cdd0d326658c3c06c27f8a1ec (diff)
downloadsite-477cf2344611e7b2c257d04ec8a0986a6c1c5f38.tar.gz
development.md: Don't mention the Guidelines
The Nagios Plugin Development Guidelines are referenced on the main Documentation page (and elsewhere), so there's no need to also mention them on the Development page.
-rw-r--r--web/input/development.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/web/input/development.md b/web/input/development.md
index 41d4a52..5fec2cd 100644
--- a/web/input/development.md
+++ b/web/input/development.md
@@ -22,13 +22,6 @@ Contributions are always welcome! If you'd like to provide patches, please
22case you're not familiar with Git, you might want to look into our [short 22case you're not familiar with Git, you might want to look into our [short
23introduction][git-intro] or [some other Git documentation][git-ref], first. 23introduction][git-intro] or [some other Git documentation][git-ref], first.
24 24
25## Development Guidelines
26
27Apart from the actual code, the [team][team] also maintains the official
28[Nagios Plugin Development Guidelines][guidelines]. If you plan on
29contributing to the standard plugins package, or writing your own checks, you
30should read them!
31
32## Test Suite 25## Test Suite
33 26
34The Nagios Plugins bundle comes with an extensive test suite. Some of the 27The Nagios Plugins bundle comes with an extensive test suite. Some of the
@@ -53,7 +46,6 @@ platforms, the results can be [viewed online][tests].
53[pull]: https://help.github.com/articles/using-pull-requests "Pull Request Documentation" 46[pull]: https://help.github.com/articles/using-pull-requests "Pull Request Documentation"
54[git-intro]: doc/faq/git.html "Quick Git Introduction" 47[git-intro]: doc/faq/git.html "Quick Git Introduction"
55[git-ref]: doc/faq/git.html#references "Git References" 48[git-ref]: doc/faq/git.html#references "Git References"
56[guidelines]: doc/guidelines.html "Nagios Plugin Development Guidelines"
57[libtap]: http://jc.ngo.org.uk/trac-bin/trac.cgi/wiki/LibTap "LibTap Homepage" 49[libtap]: http://jc.ngo.org.uk/trac-bin/trac.cgi/wiki/LibTap "LibTap Homepage"
58[dev-faq]: doc/faq/#development "Development FAQs" 50[dev-faq]: doc/faq/#development "Development FAQs"
59[tests]: tests.html "Test Results" 51[tests]: tests.html "Test Results"