diff options
author | Alexander Sulfrian <alexander@sulfrian.net> | 2012-03-26 05:06:38 +0200 |
---|---|---|
committer | Alexander Sulfrian <alexander@sulfrian.net> | 2012-03-26 05:06:38 +0200 |
commit | 17ecccc7283987467c08337156496498843f000c (patch) | |
tree | 9f15475971237b38c32ac82a66aa9f462a8fb3b2 | |
parent | e90d4dbd9a37eed803c0159419c651ad266246c8 (diff) | |
download | buildbot_ext-17ecccc7283987467c08337156496498843f000c.tar.gz buildbot_ext-17ecccc7283987467c08337156496498843f000c.tar.xz buildbot_ext-17ecccc7283987467c08337156496498843f000c.zip |
README: fixed links
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ This repo contains some custom BuildStep classes for the use with -(buildbot)[http://trac.buildbot.net/]. +[buildbot](http://trac.buildbot.net/). I currently uses this build steps with buildbot-0.8.3_p1. You maybe have to change some parts, if you want to use it with other versions. @@ -7,7 +7,7 @@ have to change some parts, if you want to use it with other versions. # Doxygen The doxygen step should be used, if you are generating docs with -(doxygen)[http://www.doxygen.org/]. It is mainly just cosmetic to +[doxygen](http://www.doxygen.org/). It is mainly just cosmetic to display the step in the build details with a nice heading. To use the step you could use the following snippet, assuming that this repository is cloned next to your master.cfg: |