summaryrefslogtreecommitdiffstats
path: root/web/input/doc
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2014-01-13 15:55:35 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2014-01-13 15:55:35 (GMT)
commit1d409151dcdfcc91faa081cbc50dcccb2e94655a (patch)
treeffdc4a8e48e8a03cecd4aadac432492e018206c5 /web/input/doc
parentf4cd4f6bd8ca69b6aaf168ef939340507e1252b2 (diff)
downloadsite-1d409151dcdfcc91faa081cbc50dcccb2e94655a.tar.gz
doc/index.md: Cosmetic change
Add a few link titles.
Diffstat (limited to 'web/input/doc')
-rw-r--r--web/input/doc/index.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/web/input/doc/index.md b/web/input/doc/index.md
index 763f04c..f273e73 100644
--- a/web/input/doc/index.md
+++ b/web/input/doc/index.md
@@ -20,7 +20,7 @@ The main Nagios Plugins documentation is split into two parts:
20 20
21These documents cover specific topics that go beyond the basics: 21These documents cover specific topics that go beyond the basics:
22 22
23* **[Extra-Opts][opts]** 23* **[Extra-Opts][extra-opts]**
24 Telling plugins to read options from a configuration file. 24 Telling plugins to read options from a configuration file.
25 25
26* **[Writing Perl Plugins][video]** 26* **[Writing Perl Plugins][video]**
@@ -42,11 +42,11 @@ The following ideas are not yet implemented (and might never be):
42 42
43[man]: doc/man/index.html "Manual Pages" 43[man]: doc/man/index.html "Manual Pages"
44[faq]: doc/faq/index.html "Frequently Asked Questions" 44[faq]: doc/faq/index.html "Frequently Asked Questions"
45[opts]: doc/extra-opts.html 45[extra-opts]: doc/extra-opts.html "Extra-Opts"
46[video]: doc/presentation.html "Nagios::Plugin Presentation" 46[video]: doc/presentation.html "Nagios::Plugin Presentation"
47[module]: http://search.cpan.org/dist/Nagios-Plugin/ "Nagios::Plugin" 47[module]: http://search.cpan.org/dist/Nagios-Plugin/ "Nagios::Plugin"
48[guidelines]: doc/guidelines.html 48[guidelines]: doc/guidelines.html "Nagios Plugin Development Guidelines"
49[new-threshold]: doc/new-threshold-syntax.html 49[new-threshold]: doc/new-threshold-syntax.html "New Threshold Syntax"
50[check-many]: doc/check-many.html 50[check-many]: doc/check-many.html "Check Aggregation Plugin"
51 51
52<!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %--> 52<!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %-->