aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2012-03-26 05:06:38 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2012-03-26 05:06:38 +0200
commit17ecccc7283987467c08337156496498843f000c (patch)
tree9f15475971237b38c32ac82a66aa9f462a8fb3b2
parente90d4dbd9a37eed803c0159419c651ad266246c8 (diff)
downloadbuildbot_ext-17ecccc7283987467c08337156496498843f000c.tar.gz
buildbot_ext-17ecccc7283987467c08337156496498843f000c.tar.xz
buildbot_ext-17ecccc7283987467c08337156496498843f000c.zip
README: fixed links
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 97fb4bb..27db97b 100644
--- a/README
+++ b/README
@@ -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: