summaryrefslogtreecommitdiffstats
path: root/web/input/doc/faq
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2014-01-23 11:20:52 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2014-01-23 11:20:52 (GMT)
commit581d4dd88b55136e82dc6e4de4321f3591778e06 (patch)
tree697772a71715899a4bd194a95f4a8654d4dd62e4 /web/input/doc/faq
parentce59d8dd8a133b09e2be56f102c0c6f56f3ed18d (diff)
downloadsite-581d4dd88b55136e82dc6e4de4321f3591778e06.tar.gz
"nagios-plugins" -> "monitoring-plugins" again
Fix a few remaining references to "nagios-plugins".
Diffstat (limited to 'web/input/doc/faq')
-rw-r--r--web/input/doc/faq/contribute.md2
-rw-r--r--web/input/doc/faq/git.md4
2 files changed, 3 insertions, 3 deletions
diff --git a/web/input/doc/faq/contribute.md b/web/input/doc/faq/contribute.md
index c92594f..026b939 100644
--- a/web/input/doc/faq/contribute.md
+++ b/web/input/doc/faq/contribute.md
@@ -21,6 +21,6 @@ to the list of contributors in the [THANKS][thanks] file.
21[pull]: https://help.github.com/articles/using-pull-requests "Pull Request Documentation" 21[pull]: https://help.github.com/articles/using-pull-requests "Pull Request Documentation"
22[github]: https://github.com/ "GitHub" 22[github]: https://github.com/ "GitHub"
23[list]: list/listinfo/devel/ "Development Mailing List" 23[list]: list/listinfo/devel/ "Development Mailing List"
24[thanks]: repositories/nagios-plugins/plain/THANKS.in "THANKS File" 24[thanks]: repositories/monitoring-plugins/plain/THANKS.in "THANKS File"
25 25
26<!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %--> 26<!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %-->
diff --git a/web/input/doc/faq/git.md b/web/input/doc/faq/git.md
index 81f5263..f47cfca 100644
--- a/web/input/doc/faq/git.md
+++ b/web/input/doc/faq/git.md
@@ -49,9 +49,9 @@ run this command instead:
49 49
50 $ git clone git://github.com/monitoring-plugins/monitoring-plugins.git 50 $ git clone git://github.com/monitoring-plugins/monitoring-plugins.git
51 51
52This will create a directory called `nagios-plugins` with all the `master` 52This will create a directory called `monitoring-plugins` with all the `master`
53code and history (this is roughly equivalent to CVS/SVN `HEAD`). Change 53code and history (this is roughly equivalent to CVS/SVN `HEAD`). Change
54directory to `nagios-plugins`. 54directory to `monitoring-plugins`.
55 55
56## Editing Files 56## Editing Files
57 57