summaryrefslogtreecommitdiffstats
path: root/web/input/doc
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2014-01-14 14:21:08 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2014-01-14 14:21:08 (GMT)
commit5d76badfad6535d71c65b80b9a5049599972bac0 (patch)
tree17317f155f2d78c97e84d98237a70a588d1efeb9 /web/input/doc
parent15ec07c19fa25cfb075f0e69c7f01c398b8f2622 (diff)
downloadsite-5d76badfad6535d71c65b80b9a5049599972bac0.tar.gz
Rename /doc/presentation.html
"presentation.html" is a little too generic.
Diffstat (limited to 'web/input/doc')
-rw-r--r--web/input/doc/index.md4
-rw-r--r--web/input/doc/writing-perl-plugins.md (renamed from web/input/doc/presentation.md)2
2 files changed, 3 insertions, 3 deletions
diff --git a/web/input/doc/index.md b/web/input/doc/index.md
index 6604594..a7a5bb2 100644
--- a/web/input/doc/index.md
+++ b/web/input/doc/index.md
@@ -23,7 +23,7 @@ These documents cover specific topics that go beyond the basics:
23* **[Extra-Opts][extra-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][perl-plugins]**
27 This is a video that shows how to write your own check using the 27 This is a video that shows how to write your own check using the
28 [Nagios::Plugin][module] Perl module. 28 [Nagios::Plugin][module] Perl module.
29 29
@@ -47,7 +47,7 @@ The following ideas are not yet implemented (and might never be):
47[man]: doc/man/index.html "Manual Pages" 47[man]: doc/man/index.html "Manual Pages"
48[faq]: doc/faq/index.html "Frequently Asked Questions" 48[faq]: doc/faq/index.html "Frequently Asked Questions"
49[extra-opts]: doc/extra-opts.html "Extra-Opts" 49[extra-opts]: doc/extra-opts.html "Extra-Opts"
50[video]: doc/presentation.html "Nagios::Plugin Presentation" 50[perl-plugins]: doc/writing-perl-plugins.html "Nagios::Plugin Presentation"
51[module]: http://search.cpan.org/dist/Nagios-Plugin/ "Nagios::Plugin" 51[module]: http://search.cpan.org/dist/Nagios-Plugin/ "Nagios::Plugin"
52[guidelines]: doc/guidelines.html "Nagios Plugin Development Guidelines" 52[guidelines]: doc/guidelines.html "Nagios Plugin Development Guidelines"
53[new-threshold]: doc/new-threshold-syntax.html "Proposal for New Threshold Syntax" 53[new-threshold]: doc/new-threshold-syntax.html "Proposal for New Threshold Syntax"
diff --git a/web/input/doc/presentation.md b/web/input/doc/writing-perl-plugins.md
index b9564ff..2818c6a 100644
--- a/web/input/doc/presentation.md
+++ b/web/input/doc/writing-perl-plugins.md
@@ -1,4 +1,4 @@
1title: Presentation 1title: FOSDEM Talk
2parent: Documentation 2parent: Documentation
3--- 3---
4 4