diff options
Diffstat (limited to 'web/input/development.md')
-rw-r--r-- | web/input/development.md | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/web/input/development.md b/web/input/development.md index 9a1a72f..41d4a52 100644 --- a/web/input/development.md +++ b/web/input/development.md | |||
@@ -19,9 +19,8 @@ These projects are maintained in separate repositories on [GitHub][github]: | |||
19 | 19 | ||
20 | Contributions are always welcome! If you'd like to provide patches, please | 20 | Contributions are always welcome! If you'd like to provide patches, please |
21 | [fork][fork] the desired repository and submit a [pull request][pull]. In | 21 | [fork][fork] the desired repository and submit a [pull request][pull]. In |
22 | case you're not familiar with Git, you might want to look into [Scott | 22 | case you're not familiar with Git, you might want to look into our [short |
23 | Chacon][scott]'s [Pro Git][book] book available on the [Git web site][git] | 23 | introduction][git-intro] or [some other Git documentation][git-ref], first. |
24 | first. | ||
25 | 24 | ||
26 | ## Development Guidelines | 25 | ## Development Guidelines |
27 | 26 | ||
@@ -42,6 +41,8 @@ commands: | |||
42 | $ make | 41 | $ make |
43 | $ make test | 42 | $ make test |
44 | 43 | ||
44 | Also see our testing-related [development FAQs][dev-faq]. | ||
45 | |||
45 | Regular tests of the latest code are scheduled automatically on various | 46 | Regular tests of the latest code are scheduled automatically on various |
46 | platforms, the results can be [viewed online][tests]. | 47 | platforms, the results can be [viewed online][tests]. |
47 | 48 | ||
@@ -50,11 +51,11 @@ platforms, the results can be [viewed online][tests]. | |||
50 | [github]: https://github.com/ "GitHub" | 51 | [github]: https://github.com/ "GitHub" |
51 | [fork]: https://help.github.com/articles/fork-a-repo "Fork Documentation" | 52 | [fork]: https://help.github.com/articles/fork-a-repo "Fork Documentation" |
52 | [pull]: https://help.github.com/articles/using-pull-requests "Pull Request Documentation" | 53 | [pull]: https://help.github.com/articles/using-pull-requests "Pull Request Documentation" |
53 | [scott]: http://scottchacon.com/ "Scott Chacon" | 54 | [git-intro]: doc/faq/git.html "Quick Git Introduction" |
54 | [book]: http://git-scm.com/book "Pro Git" | 55 | [git-ref]: doc/faq/git.html#references "Git References" |
55 | [git]: http://git-scm.com/ "Git" | ||
56 | [guidelines]: doc/guidelines.html "Nagios Plugin Development Guidelines" | 56 | [guidelines]: doc/guidelines.html "Nagios Plugin Development Guidelines" |
57 | [libtap]: http://jc.ngo.org.uk/trac-bin/trac.cgi/wiki/LibTap "LibTap Homepage" | 57 | [libtap]: http://jc.ngo.org.uk/trac-bin/trac.cgi/wiki/LibTap "LibTap Homepage" |
58 | [dev-faq]: doc/faq/#development "Development FAQs" | ||
58 | [tests]: tests.html "Test Results" | 59 | [tests]: tests.html "Test Results" |
59 | 60 | ||
60 | <!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %--> | 61 | <!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %--> |