summaryrefslogtreecommitdiffstats
path: root/web/input/development.md
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2014-02-16 20:29:47 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2014-02-16 20:29:47 (GMT)
commita8fa42675eadc1be18eed7e7b2ee34dd70a887fa (patch)
tree360eabe01537237fc934063f66179414488e7624 /web/input/development.md
parent28813dd6a3f569d511a6072cc155b173c85cbf7e (diff)
downloadsite-a8fa42675eadc1be18eed7e7b2ee34dd70a887fa.tar.gz
development.md: Replace inline HTML
Replace HTML code with Markdown syntax.
Diffstat (limited to 'web/input/development.md')
-rw-r--r--web/input/development.md12
1 files changed, 9 insertions, 3 deletions
diff --git a/web/input/development.md b/web/input/development.md
index d4220b8..5981361 100644
--- a/web/input/development.md
+++ b/web/input/development.md
@@ -30,9 +30,9 @@ We have integrated [continuous integration tests][ci-tests] into our
30development workflow. This should ensure that we are aware of trivial build 30development workflow. This should ensure that we are aware of trivial build
31problems. This service is kindly hosted by [Travis CI][travis-start]. 31problems. This service is kindly hosted by [Travis CI][travis-start].
32 32
33Travis-CI build status (<a href="https://github.com/monitoring-plugins/monitoring-plugins/tree/master" alt="Branch master">master branch</a>): <a href="https://travis-ci.org/monitoring-plugins/monitoring-plugins" alt="Build Status"><img style="vertical-align:sub;" src="https://api.travis-ci.org/monitoring-plugins/monitoring-plugins.png?branch=master"></a><br /> 33* Travis CI build status ([master branch][master-branch]): ![Build Status master][master-img]{: .travis }
34Travis-CI build status (<a href="https://github.com/monitoring-plugins/monitoring-plugins/tree/maint" alt="Branch maint">maint branch</a>): <a href="https://travis-ci.org/monitoring-plugins/monitoring-plugins" alt="Build Status"><img style="vertical-align:sub;" src="https://api.travis-ci.org/monitoring-plugins/monitoring-plugins.png?branch=maint"></a><br /> 34* Travis CI build status ([maint branch][maint-branch]): ![Build Status maint][maint-img]{: .travis }
35Coverity metric (<a href="https://github.com/monitoring-plugins/monitoring-plugins/tree/coverity" alt="Branch coverity">coverity branch</a>): <img style="vertical-align:sub;" src="https://scan.coverity.com/projects/1435/badge.svg?flat=1"><br /> 35* Coverity metric ([coverity branch][coverity-branch]): ![Coverity Metric][coverity-img]{: .travis }
36 36
37### Bundled Test Suite 37### Bundled Test Suite
38 38
@@ -58,6 +58,12 @@ platforms, the results can be [viewed online][tests].
58[pull]: https://help.github.com/articles/using-pull-requests "Pull Request Documentation" 58[pull]: https://help.github.com/articles/using-pull-requests "Pull Request Documentation"
59[git-intro]: doc/faq/git.html "Quick Git Introduction" 59[git-intro]: doc/faq/git.html "Quick Git Introduction"
60[git-ref]: doc/faq/git.html#references "Git References" 60[git-ref]: doc/faq/git.html#references "Git References"
61[master-branch]: https://github.com/monitoring-plugins/monitoring-plugins/tree/master "Branch master"
62[maint-branch]: https://github.com/monitoring-plugins/monitoring-plugins/tree/maint "Branch maint"
63[coverity-branch]: https://github.com/monitoring-plugins/monitoring-plugins/tree/coverity "Branch coverity"
64[master-img]: https://api.travis-ci.org/monitoring-plugins/monitoring-plugins.png?branch=master "Build Status master"
65[maint-img]: https://api.travis-ci.org/monitoring-plugins/monitoring-plugins.png?branch=maint "Build Status maint"
66[coverity-img]: https://scan.coverity.com/projects/1435/badge.svg?flat=1 "Coverity Metric"
61[libtap]: http://jc.ngo.org.uk/trac-bin/trac.cgi/wiki/LibTap "LibTap Homepage" 67[libtap]: http://jc.ngo.org.uk/trac-bin/trac.cgi/wiki/LibTap "LibTap Homepage"
62[dev-faq]: doc/faq/#development "Development FAQs" 68[dev-faq]: doc/faq/#development "Development FAQs"
63[ci-tests]: https://travis-ci.org/monitoring-plugins/monitoring-plugins "continuous integration tests" 69[ci-tests]: https://travis-ci.org/monitoring-plugins/monitoring-plugins "continuous integration tests"