[doc] Minor markdown fixes

This commit is contained in:
MarcoFalke
2015-11-23 21:11:53 +01:00
parent a7751824ce
commit fad3035e8d
3 changed files with 18 additions and 18 deletions

View File

@@ -48,7 +48,7 @@ lots of money.
### Automated Testing
Developers are strongly encouraged to write unit tests for new code, and to
Developers are strongly encouraged to write [unit tests](/doc/unit-tests.md) for new code, and to
submit new unit tests for old code. Unit tests can be compiled and run
(assuming they weren't disabled in configure) with: `make check`