summaryrefslogtreecommitdiffstats
path: root/web/input/doc/faq
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2014-01-23 00:29:04 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2014-01-23 00:29:04 (GMT)
commite269dad05c719e1c7389c4e0ffefa0dc7f073fd0 (patch)
treed6919edbd434375400285c2174482b89f88bf9c9 /web/input/doc/faq
parent2810a4adace3453e83f7c8d1ba9075b2c64c063b (diff)
downloadsite-e269dad05c719e1c7389c4e0ffefa0dc7f073fd0.tar.gz
Rename Nagios Plugin Development Guidelines
We now host the "Monitoring Plugin Development Guidelines".
Diffstat (limited to 'web/input/doc/faq')
-rw-r--r--web/input/doc/faq/git.md2
-rw-r--r--web/input/doc/faq/guidelines.md4
-rw-r--r--web/input/doc/faq/private-c-api.md2
3 files changed, 4 insertions, 4 deletions
diff --git a/web/input/doc/faq/git.md b/web/input/doc/faq/git.md
index e9bc27d..81f5263 100644
--- a/web/input/doc/faq/git.md
+++ b/web/input/doc/faq/git.md
@@ -191,7 +191,7 @@ on the [Git web site][git]).
191- Git for Computer Scientists 191- Git for Computer Scientists
192 <http://eagain.net/articles/git-for-computer-scientists/> 192 <http://eagain.net/articles/git-for-computer-scientists/>
193 193
194[guidelines]: doc/guidelines.html "Nagios Plugin Development Guidelines" 194[guidelines]: doc/guidelines.html "Monitoring Plugin Development Guidelines"
195[git]: http://git-scm.com/ "Git" 195[git]: http://git-scm.com/ "Git"
196[scott]: http://scottchacon.com/ "Scott Chacon" 196[scott]: http://scottchacon.com/ "Scott Chacon"
197[book-home]: http://www.apress.com/9781430218333 "Pro Git at Apress" 197[book-home]: http://www.apress.com/9781430218333 "Pro Git at Apress"
diff --git a/web/input/doc/faq/guidelines.md b/web/input/doc/faq/guidelines.md
index acc73f7..9d0a5a0 100644
--- a/web/input/doc/faq/guidelines.md
+++ b/web/input/doc/faq/guidelines.md
@@ -4,9 +4,9 @@ parent: FAQ
4 4
5# How should a plugin be written? 5# How should a plugin be written?
6 6
7The [Nagios Plugin Development Guidelines][guidelines] provide the 7The [Monitoring Plugin Development Guidelines][guidelines] provide the
8specifications for writing a plugin. 8specifications for writing a plugin.
9 9
10[guidelines]: doc/guidelines.html "Nagios Plugin Development Guidelines" 10[guidelines]: doc/guidelines.html "Monitoring Plugin Development Guidelines"
11 11
12<!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %--> 12<!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %-->
diff --git a/web/input/doc/faq/private-c-api.md b/web/input/doc/faq/private-c-api.md
index 700fd20..3e9199d 100644
--- a/web/input/doc/faq/private-c-api.md
+++ b/web/input/doc/faq/private-c-api.md
@@ -110,7 +110,7 @@ file.
110Same as `np_state_write_string()`, but writes binary data. *Currently 110Same as `np_state_write_string()`, but writes binary data. *Currently
111unimplemented.* 111unimplemented.*
112 112
113[guidelines]: doc/guidelines.html "Nagios Plugin Development Guidelines" 113[guidelines]: doc/guidelines.html "Monitoring Plugin Development Guidelines"
114[extra-opts]: doc/extra-opts.html "Extra-Opts" 114[extra-opts]: doc/extra-opts.html "Extra-Opts"
115 115
116<!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %--> 116<!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %-->