diff options
| author | MarcoFalke <[email protected]> | 2015-11-23 21:11:53 +0100 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2015-11-30 16:33:15 +0100 |
| commit | fad3035e8d84dd3cbd166b9722127da373d34554 (patch) | |
| tree | 573e99e733a3543381dfcaaa9fe4daa0ab6428c2 /README.md | |
| parent | Merge pull request #7103 (diff) | |
| download | discoin-fad3035e8d84dd3cbd166b9722127da373d34554.tar.xz discoin-fad3035e8d84dd3cbd166b9722127da373d34554.zip | |
[doc] Minor markdown fixes
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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` |