summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-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"