aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2013-05-05 22:18:47 -0700
committerWladimir J. van der Laan <laanwj@gmail.com>2013-05-05 22:18:47 -0700
commit9d053d170be718cf0ff902916fb11ffdee46537b (patch)
tree7c70ff91cbabd71a970df45293128bef5384e6c5
parent33edd0a477f4448be9c6c4949fbff4e53f16cac6 (diff)
parentda986f793d839d63692aa8b497f42c30fd584c66 (diff)
downloadbitcoin-9d053d170be718cf0ff902916fb11ffdee46537b.tar.xz
Merge pull request #2621 from celeduc/master
Update readme with better link syntax (for clickable links) and better readability
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index a50736d4ed..d675d73adf 100644
--- a/README.md
+++ b/README.md
@@ -70,8 +70,8 @@ Unit tests for the GUI code are in `src/qt/test/`. To compile and run them:
Every pull request is built for both Windows and Linux on a dedicated server,
and unit and sanity tests are automatically run. The binaries produced may be
-used for manual QA testing -- a link to them will appear in a comment on the
-pull request posted by 'BitcoinPullTester'. See `https://github.com/TheBlueMatt/test-scripts`
+used for manual QA testing — a link to them will appear in a comment on the
+pull request posted by [BitcoinPullTester](https://github.com/BitcoinPullTester). See https://github.com/TheBlueMatt/test-scripts
for the build/test scripts.
### Manual Quality Assurance (QA) Testing
@@ -79,4 +79,4 @@ for the build/test scripts.
Large changes should have a test plan, and should be tested by somebody other
than the developer who wrote the code.
-See `https://github.com/bitcoin/QA/` for how to create a test plan.
+See https://github.com/bitcoin/QA/ for how to create a test plan.